#78712B

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

Shades of Crete #78712B

Tints of Crete #78712B

Color information

#78712B (or 0x78712B) is unknown color: approx Crete. HEX triplet: 78, 71 and 2B. RGB value is (120,113,43). Sum of RGB (Red+Green+Blue) = 120+113+43=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #78712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78712B is #878ED4. Grayscale: #6B6B6B. Windows color (decimal): -8883925 or 2847096. OLE color: 2847096.

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

Color convert

RGB12011343-
CMYK00.060.640.53
HSL54.55º47.24%31.96%-
HSV(B)54.55º64.17%47.06%-
XYZ14.0915.984.63-
YUV107.1191.82137.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.48%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=43.48%
G=40.94%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201134300.060.640.5354.5547.2431.96
Hex78712B064035372f20
Octal170161530610065675740
Binary1111000111000110101101101000000110101110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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