#78712E

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

Shades of Crete #78712E

Tints of Crete #78712E

Color information

#78712E (or 0x78712E) is unknown color: approx Crete. HEX triplet: 78, 71 and 2E. RGB value is (120,113,46). Sum of RGB (Red+Green+Blue) = 120+113+46=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78712E is #878ED1. Grayscale: #6B6B6B. Windows color (decimal): -8883922 or 3043704. OLE color: 3043704.

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

Color convert

RGB12011346-
CMYK00.060.620.53
HSL54.32º44.58%32.55%-
HSV(B)54.32º61.67%47.06%-
XYZ14.14164.93-
YUV107.4693.32136.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=43.01%
G=40.50%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201134600.060.620.5354.3244.5832.55
Hex78712E063E35362d21
Octal17016156067665665541
Binary111100011100011011100110111110110101110110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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