#77712C

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

Shades of Crete #77712C

Tints of Crete #77712C

Color information

#77712C (or 0x77712C) is unknown color: approx Crete. HEX triplet: 77, 71 and 2C. RGB value is (119,113,44). Sum of RGB (Red+Green+Blue) = 119+113+44=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77712C is #888ED3. Grayscale: #6B6B6B. Windows color (decimal): -8949460 or 2912631. OLE color: 2912631.

HSL color Cylindrical-coordinate representation of color #77712C: hue angle of 55.2º 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 #77712C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11911344-
CMYK00.050.630.53
HSL55.2º46.01%31.96%-
HSV(B)55.2º63.03%46.67%-
XYZ13.9715.914.72-
YUV106.9392.49136.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=43.12%
G=40.94%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191134400.050.630.5355.246.0131.96
Hex77712C053F35372e20
Octal16716154057765675640
Binary111011111100011011000101111111110101110111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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