#74625F

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

Shades of Russett #74625F

Tints of Russett #74625F

Color information

#74625F (or 0x74625F) is unknown color: approx Russett. HEX triplet: 74, 62 and 5F. RGB value is (116,98,95). Sum of RGB (Red+Green+Blue) = 116+98+95=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #74625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625F is #8B9DA0. Grayscale: #676767. Windows color (decimal): -9149857 or 6251124. OLE color: 6251124.

HSL color Cylindrical-coordinate representation of color #74625F: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74625F is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1169895-
CMYK00.160.180.55
HSL8.57º9.95%41.37%-
HSV(B)8.57º18.1%45.49%-
XYZ13.6413.2712.67-
YUV103.04123.46137.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=37.54%
G=31.72%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116989500.160.180.558.579.9541.37
Hex74625F01012379a29
Octal1641421370202267111251
Binary1110100110001010111110100001001011011110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,98,95); }

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

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

 a { background-color: rgb(116,98,95); }

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

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

 span { border-color: rgb(116,98,95); }

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