#78713B

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

Shades of Crete #78713B

Tints of Crete #78713B

Color information

#78713B (or 0x78713B) is unknown color: approx Crete. HEX triplet: 78, 71 and 3B. RGB value is (120,113,59). Sum of RGB (Red+Green+Blue) = 120+113+59=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #78713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78713B is #878EC4. Grayscale: #6D6D6D. Windows color (decimal): -8883909 or 3895672. OLE color: 3895672.

HSL color Cylindrical-coordinate representation of color #78713B: hue angle of 53.11º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78713B is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB12011359-
CMYK00.060.510.53
HSL53.11º34.08%35.1%-
HSV(B)53.11º50.83%47.06%-
XYZ14.4416.126.49-
YUV108.9499.82135.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=41.10%
G=38.70%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201135900.060.510.5353.1134.0835.1
Hex78713B063335352223
Octal17016173066365654243
Binary111100011100011110110110110011110101110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78713B; }

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

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

<style>
 a { background-color: #78713B; }

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

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

<style>
 span { border-color: #78713B; }

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

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