#776D2F

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

Shades of Crete #776D2F

Tints of Crete #776D2F

Color information

#776D2F (or 0x776D2F) is unknown color: approx Crete. HEX triplet: 77, 6D and 2F. RGB value is (119,109,47). Sum of RGB (Red+Green+Blue) = 119+109+47=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D2F is #8892D0. Grayscale: #696969. Windows color (decimal): -8950481 or 3108215. OLE color: 3108215.

HSL color Cylindrical-coordinate representation of color #776D2F: hue angle of 51.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #776D2F is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB11910947-
CMYK00.080.610.53
HSL51.67º43.37%32.55%-
HSV(B)51.67º60.5%46.67%-
XYZ13.5915.064.88-
YUV104.9295.31138.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 47 (18.75% from 255) = 17.09%
R=43.27%
G=39.64%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191094700.080.610.5351.6743.3732.55
Hex776D2F083D35342b21
Octal167155570107565645341
Binary1110111110110110111101000111101110101110100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,109,47); }

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

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

 a { background-color: rgb(119,109,47); }

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

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

 span { border-color: rgb(119,109,47); }

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