#78743C

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

Shades of Crete #78743C

Tints of Crete #78743C

Color information

#78743C (or 0x78743C) is unknown color: approx Crete. HEX triplet: 78, 74 and 3C. RGB value is (120,116,60). Sum of RGB (Red+Green+Blue) = 120+116+60=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78743C is #878BC3. Grayscale: #6F6F6F. Windows color (decimal): -8883140 or 3961976. OLE color: 3961976.

HSL color Cylindrical-coordinate representation of color #78743C: hue angle of 56º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78743C is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB12011660-
CMYK00.030.50.53
HSL56º33.33%35.29%-
HSV(B)56º50%47.06%-
XYZ14.8116.816.74-
YUV110.8199.33134.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.54%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=40.54%
G=39.19%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201166000.030.50.535633.3335.29
Hex78743C033235382123
Octal17016474036265704143
Binary11110001110100111100011110010110101111000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,116,60); }

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

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

 a { background-color: rgb(120,116,60); }

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

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

 span { border-color: rgb(120,116,60); }

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