#776B2F

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

Shades of Crete #776B2F

Tints of Crete #776B2F

Color information

#776B2F (or 0x776B2F) is unknown color: approx Crete. HEX triplet: 77, 6B and 2F. RGB value is (119,107,47). Sum of RGB (Red+Green+Blue) = 119+107+47=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #776B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B2F is #8894D0. Grayscale: #676767. Windows color (decimal): -8950993 or 3107703. OLE color: 3107703.

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

Color convert

RGB11910747-
CMYK00.100.610.53
HSL50º43.37%32.55%-
HSV(B)50º60.5%46.67%-
XYZ13.3814.644.81-
YUV103.7595.98138.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=43.59%
G=39.19%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191074700.100.610.535043.3732.55
Hex776B2F0A3D35322b21
Octal167153570127565625341
Binary1110111110101110111101010111101110101110010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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