#72585F

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

Shades of Scorpion #72585F

Tints of Scorpion #72585F

Color information

#72585F (or 0x72585F) is unknown color: approx Scorpion. HEX triplet: 72, 58 and 5F. RGB value is (114,88,95). Sum of RGB (Red+Green+Blue) = 114+88+95=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #72585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72585F is #8DA7A0. Grayscale: #606060. Windows color (decimal): -9283489 or 6248562. OLE color: 6248562.

HSL color Cylindrical-coordinate representation of color #72585F: hue angle of 343.85º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72585F is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1148895-
CMYK00.230.170.55
HSL343.85º12.87%39.61%-
HSV(B)343.85º22.81%44.71%-
XYZ12.4911.3812.37-
YUV96.57127.11140.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=38.38%
G=29.63%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114889500.230.170.55343.8512.8739.61
Hex72585F0171137158d28
Octal16213013702721675301550
Binary111001010110001011111010111100011101111010110001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,88,95); }

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

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

 a { background-color: rgb(114,88,95); }

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

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

 span { border-color: rgb(114,88,95); }

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