#77702E

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

Shades of Crete #77702E

Tints of Crete #77702E

Color information

#77702E (or 0x77702E) is unknown color: approx Crete. HEX triplet: 77, 70 and 2E. RGB value is (119,112,46). Sum of RGB (Red+Green+Blue) = 119+112+46=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77702E is #888FD1. Grayscale: #6A6A6A. Windows color (decimal): -8949714 or 3043447. OLE color: 3043447.

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

Color convert

RGB11911246-
CMYK00.060.610.53
HSL54.25º44.24%32.35%-
HSV(B)54.25º61.34%46.67%-
XYZ13.915.714.88-
YUV106.5793.82136.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=42.96%
G=40.43%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191124600.060.610.5354.2544.2432.35
Hex77702E063D35362c20
Octal16716056067565665440
Binary111011111100001011100110111101110101110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,112,46); }

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

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

 a { background-color: rgb(119,112,46); }

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

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

 span { border-color: rgb(119,112,46); }

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