#78712C

Color #78712C Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #78712C

Tints of Crete #78712C

Color information

#78712C (or 0x78712C) is unknown color: approx Crete. HEX triplet: 78, 71 and 2C. RGB value is (120,113,44). Sum of RGB (Red+Green+Blue) = 120+113+44=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78712C is #878ED3. Grayscale: #6B6B6B. Windows color (decimal): -8883924 or 2912632. OLE color: 2912632.

HSL color Cylindrical-coordinate representation of color #78712C: hue angle of 54.47º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78712C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB12011344-
CMYK00.060.630.53
HSL54.47º46.34%32.16%-
HSV(B)54.47º63.33%47.06%-
XYZ14.1115.994.72-
YUV107.2392.32137.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=43.32%
G=40.79%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201134400.060.630.5354.4746.3432.16
Hex78712C063F35362e20
Octal17016154067765665640
Binary111100011100011011000110111111110101110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78712C; }

 p { color: rgb(120,113,44); }

 H1.HeaderClassName
 {
   color: #78712C;
 }
 .AnyTagClassName
 {
   color: #78712C;
 }
</style>
background-color css

<style>
 a { background-color: #78712C; }

 a { background-color: rgb(120,113,44); }

 div.DivClassName
 {
   background-color: #78712C;
 }
 .BgClassName
 {
   background-color: #78712C;
 }
</style>
border-color css

<style>
 span { border-color: #78712C; }

 span { border-color: rgb(120,113,44); }

 td.TdClassName
 {
   border-color: #78712C;
 }
 .TagClassName
 {
   border-color: #78712C;
 }
</style>