#776F3C

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

Shades of Crete #776F3C

Tints of Crete #776F3C

Color information

#776F3C (or 0x776F3C) is unknown color: approx Crete. HEX triplet: 77, 6F and 3C. RGB value is (119,111,60). Sum of RGB (Red+Green+Blue) = 119+111+60=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F3C is #8890C3. Grayscale: #6B6B6B. Windows color (decimal): -8949956 or 3960695. OLE color: 3960695.

HSL color Cylindrical-coordinate representation of color #776F3C: hue angle of 51.86º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776F3C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11911160-
CMYK00.070.500.53
HSL51.86º32.96%35.1%-
HSV(B)51.86º49.58%46.67%-
XYZ14.1115.626.55-
YUV107.58101.15136.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=41.03%
G=38.28%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191116000.070.500.5351.8632.9635.1
Hex776F3C073235342123
Octal16715774076265644143
Binary111011111011111111000111110010110101110100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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