#776F6B

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

Shades of Russett #776F6B

Tints of Russett #776F6B

Color information

#776F6B (or 0x776F6B) is unknown color: approx Russett. HEX triplet: 77, 6F and 6B. RGB value is (119,111,107). Sum of RGB (Red+Green+Blue) = 119+111+107=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F6B is #889094. Grayscale: #707070. Windows color (decimal): -8949909 or 7040887. OLE color: 7040887.

HSL color Cylindrical-coordinate representation of color #776F6B: hue angle of 20º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776F6B is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB119111107-
CMYK00.070.100.53
HSL20º5.31%44.31%-
HSV(B)20º10.08%46.67%-
XYZ15.9516.3516.23-
YUV112.94124.65132.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=35.31%
G=32.94%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911110700.070.100.53205.3144.31
Hex776F6B07A351452c
Octal16715715307126524554
Binary1110111110111111010110111101011010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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