#77665F

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

Shades of Russett #77665F

Tints of Russett #77665F

Color information

#77665F (or 0x77665F) is unknown color: approx Russett. HEX triplet: 77, 66 and 5F. RGB value is (119,102,95). Sum of RGB (Red+Green+Blue) = 119+102+95=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #77665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77665F is #8899A0. Grayscale: #6A6A6A. Windows color (decimal): -8952225 or 6252151. OLE color: 6252151.

HSL color Cylindrical-coordinate representation of color #77665F: hue angle of 17.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77665F is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11910295-
CMYK00.140.200.53
HSL17.5º11.21%41.96%-
HSV(B)17.5º20.17%46.67%-
XYZ14.4214.2512.82-
YUV106.28121.63137.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=37.66%
G=32.28%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191029500.140.200.5317.511.2141.96
Hex77665F0E143512b2a
Octal1671461370162465221352
Binary1110111110011010111110111010100110101100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77665F; }

 p { color: rgb(119,102,95); }

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

<style>
 a { background-color: #77665F; }

 a { background-color: rgb(119,102,95); }

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

<style>
 span { border-color: #77665F; }

 span { border-color: rgb(119,102,95); }

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