#776058

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

Shades of Russett #776058

Tints of Russett #776058

Color information

#776058 (or 0x776058) is unknown color: approx Russett. HEX triplet: 77, 60 and 58. RGB value is (119,96,88). Sum of RGB (Red+Green+Blue) = 119+96+88=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776058 is #889FA7. Grayscale: #666666. Windows color (decimal): -8953768 or 5791863. OLE color: 5791863.

HSL color Cylindrical-coordinate representation of color #776058: hue angle of 15.48º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #776058 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1199688-
CMYK00.190.260.53
HSL15.48º14.98%40.59%-
HSV(B)15.48º26.05%46.67%-
XYZ13.5512.9911.03-
YUV101.96120.12140.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=39.27%
G=31.68%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119968800.190.260.5315.4814.9840.59
Hex7760580131A35ff29
Octal1671401300233265171751
Binary1110111110000010110000100111101011010111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776058; }

 p { color: rgb(119,96,88); }

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

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

 a { background-color: rgb(119,96,88); }

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

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

 span { border-color: rgb(119,96,88); }

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