#72625C

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

Shades of Russett #72625C

Tints of Russett #72625C

Color information

#72625C (or 0x72625C) is unknown color: approx Russett. HEX triplet: 72, 62 and 5C. RGB value is (114,98,92). Sum of RGB (Red+Green+Blue) = 114+98+92=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72625C is #8D9DA3. Grayscale: #666666. Windows color (decimal): -9280932 or 6054514. OLE color: 6054514.

HSL color Cylindrical-coordinate representation of color #72625C: hue angle of 16.36º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72625C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1149892-
CMYK00.140.190.55
HSL16.36º10.68%40.39%-
HSV(B)16.36º19.3%44.71%-
XYZ13.2413.0911.95-
YUV102.1122.3136.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=37.5%
G=32.24%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114989200.140.190.5516.3610.6840.39
Hex72625C0E133710b28
Octal1621421340162367201350
Binary1110010110001010111000111010011110111100001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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