#776A2B

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

Shades of Crete #776A2B

Tints of Crete #776A2B

Color information

#776A2B (or 0x776A2B) is unknown color: approx Crete. HEX triplet: 77, 6A and 2B. RGB value is (119,106,43). Sum of RGB (Red+Green+Blue) = 119+106+43=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A2B is #8895D4. Grayscale: #666666. Windows color (decimal): -8951253 or 2845303. OLE color: 2845303.

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

Color convert

RGB11910643-
CMYK00.110.640.53
HSL49.74º46.91%31.76%-
HSV(B)49.74º63.87%46.67%-
XYZ13.214.44.37-
YUV102.794.31139.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=44.40%
G=39.55%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191064300.110.640.5349.7446.9131.76
Hex776A2B0B4035322f20
Octal1671525301310065625740
Binary11101111101010101011010111000000110101110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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