#776A2A

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

Shades of Crete #776A2A

Tints of Crete #776A2A

Color information

#776A2A (or 0x776A2A) is unknown color: approx Crete. HEX triplet: 77, 6A and 2A. RGB value is (119,106,42). Sum of RGB (Red+Green+Blue) = 119+106+42=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #776A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A2A is #8895D5. Grayscale: #666666. Windows color (decimal): -8951254 or 2779767. OLE color: 2779767.

HSL color Cylindrical-coordinate representation of color #776A2A: hue angle of 49.87º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #776A2A is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB11910642-
CMYK00.110.650.53
HSL49.87º47.83%31.57%-
HSV(B)49.87º64.71%46.67%-
XYZ13.1814.44.27-
YUV102.5993.81139.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=44.57%
G=39.70%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191064200.110.650.5349.8747.8331.57
Hex776A2A0B4135323020
Octal1671525201310165626040
Binary11101111101010101010010111000001110101110010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776A2A; }

 p { color: rgb(119,106,42); }

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

<style>
 a { background-color: #776A2A; }

 a { background-color: rgb(119,106,42); }

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

<style>
 span { border-color: #776A2A; }

 span { border-color: rgb(119,106,42); }

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