#776F34

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

Shades of Crete #776F34

Tints of Crete #776F34

Color information

#776F34 (or 0x776F34) is unknown color: approx Crete. HEX triplet: 77, 6F and 34. RGB value is (119,111,52). Sum of RGB (Red+Green+Blue) = 119+111+52=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #776F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F34 is #8890CB. Grayscale: #6A6A6A. Windows color (decimal): -8949964 or 3436407. OLE color: 3436407.

HSL color Cylindrical-coordinate representation of color #776F34: hue angle of 52.84º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776F34 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB11911152-
CMYK00.070.560.53
HSL52.84º39.18%33.53%-
HSV(B)52.84º56.3%46.67%-
XYZ13.9115.545.51-
YUV106.6797.15136.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=42.20%
G=39.36%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191115200.070.560.5352.8439.1833.53
Hex776F34073835352722
Octal16715764077065654742
Binary111011111011111101000111111000110101110101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,52); }

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

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

 a { background-color: rgb(119,111,52); }

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

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

 span { border-color: rgb(119,111,52); }

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