#77712B

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

Shades of Crete #77712B

Tints of Crete #77712B

Color information

#77712B (or 0x77712B) is unknown color: approx Crete. HEX triplet: 77, 71 and 2B. RGB value is (119,113,43). Sum of RGB (Red+Green+Blue) = 119+113+43=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77712B is #888ED4. Grayscale: #6B6B6B. Windows color (decimal): -8949461 or 2847095. OLE color: 2847095.

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

Color convert

RGB11911343-
CMYK00.050.640.53
HSL55.26º46.91%31.76%-
HSV(B)55.26º63.87%46.67%-
XYZ13.9515.914.62-
YUV106.8191.99136.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=43.27%
G=41.09%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191134300.050.640.5355.2646.9131.76
Hex77712B054035372f20
Octal167161530510065675740
Binary1110111111000110101101011000000110101110111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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