#74625E

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

Shades of Russett #74625E

Tints of Russett #74625E

Color information

#74625E (or 0x74625E) is unknown color: approx Russett. HEX triplet: 74, 62 and 5E. RGB value is (116,98,94). Sum of RGB (Red+Green+Blue) = 116+98+94=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #74625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625E is #8B9DA1. Grayscale: #666666. Windows color (decimal): -9149858 or 6185588. OLE color: 6185588.

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

Color convert

RGB1169894-
CMYK00.160.190.55
HSL10.91º10.48%41.18%-
HSV(B)10.91º18.97%45.49%-
XYZ13.5913.2612.43-
YUV102.93122.96137.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=37.66%
G=31.82%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116989400.160.190.5510.9110.4841.18
Hex74625E0101337ba29
Octal1641421360202367131251
Binary1110100110001010111100100001001111011110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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