#74625C

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

Shades of Russett #74625C

Tints of Russett #74625C

Color information

#74625C (or 0x74625C) is unknown color: approx Russett. HEX triplet: 74, 62 and 5C. RGB value is (116,98,92). Sum of RGB (Red+Green+Blue) = 116+98+92=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625C is #8B9DA3. Grayscale: #666666. Windows color (decimal): -9149860 or 6054516. OLE color: 6054516.

HSL color Cylindrical-coordinate representation of color #74625C: hue angle of 15º 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 #74625C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1169892-
CMYK00.160.210.55
HSL15º11.54%40.78%-
HSV(B)15º20.69%45.49%-
XYZ13.513.2211.97-
YUV102.7121.96137.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=37.91%
G=32.03%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116989200.160.210.551511.5440.78
Hex74625C0101537fc29
Octal1641421340202567171451
Binary1110100110001010111000100001010111011111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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