#74585F

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

Shades of Scorpion #74585F

Tints of Scorpion #74585F

Color information

#74585F (or 0x74585F) is unknown color: approx Scorpion. HEX triplet: 74, 58 and 5F. RGB value is (116,88,95). Sum of RGB (Red+Green+Blue) = 116+88+95=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #74585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74585F is #8BA7A0. Grayscale: #616161. Windows color (decimal): -9152417 or 6248564. OLE color: 6248564.

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

Color convert

RGB1168895-
CMYK00.240.180.55
HSL345º13.73%40%-
HSV(B)345º24.14%45.49%-
XYZ12.7611.5212.38-
YUV97.17126.78141.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=38.80%
G=29.43%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116889500.240.180.5534513.7340
Hex74585F0181237159e28
Octal16413013703022675311650
Binary111010010110001011111011000100101101111010110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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