#776F2D

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

Shades of Crete #776F2D

Tints of Crete #776F2D

Color information

#776F2D (or 0x776F2D) is unknown color: approx Crete. HEX triplet: 77, 6F and 2D. RGB value is (119,111,45). Sum of RGB (Red+Green+Blue) = 119+111+45=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F2D is #8890D2. Grayscale: #6A6A6A. Windows color (decimal): -8949971 or 2977655. OLE color: 2977655.

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

Color convert

RGB11911145-
CMYK00.070.620.53
HSL53.51º45.12%32.16%-
HSV(B)53.51º62.18%46.67%-
XYZ13.7715.484.75-
YUV105.8793.65137.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=43.27%
G=40.36%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191114500.070.620.5353.5145.1232.16
Hex776F2D073E35362d20
Octal16715755077665665540
Binary111011111011111011010111111110110101110110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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