#74605C

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

Shades of Russett #74605C

Tints of Russett #74605C

Color information

#74605C (or 0x74605C) is unknown color: approx Russett. HEX triplet: 74, 60 and 5C. RGB value is (116,96,92). Sum of RGB (Red+Green+Blue) = 116+96+92=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74605C is #8B9FA3. Grayscale: #656565. Windows color (decimal): -9150372 or 6054004. OLE color: 6054004.

HSL color Cylindrical-coordinate representation of color #74605C: hue angle of 10º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74605C is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1169692-
CMYK00.170.210.55
HSL10º11.54%40.78%-
HSV(B)10º20.69%45.49%-
XYZ13.3212.8511.9-
YUV101.52122.63138.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=38.16%
G=31.58%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116969200.170.210.551011.5440.78
Hex74605C0111537ac29
Octal1641401340212567121451
Binary1110100110000010111000100011010111011110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74605C; }

 p { color: rgb(116,96,92); }

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

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

 a { background-color: rgb(116,96,92); }

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

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

 span { border-color: rgb(116,96,92); }

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