Html Css Color HEX #74585F Scorpion

📋 copy color: '#74585F'

red 116 ◦ green 88 ◦ blue 95

#74585F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #74585F

Tints of Scorpion #74585F

RGB

 RED value IS 116 (45.7% from 255) = 38.8%

 GREEN value IS 88 (34.77% from 255) = 29.43%

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 38.8%
G = 29.43%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74585F (or 0x74585F) is known color: 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

RGB 116 88 95 -
CMYK 0 0.24 0.18 0.55
HSL 345º 0.14% 0.4% -
HSV(B) 345º 0.24% 0.45% -
XYZ 12.76 11.52 12.38 -
YUV 97.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 116 88 95 0 0.24 0.18 0.55 345 0.14 0.4
Hex 74 58 5F 0 18 12 37 159 E 28
Octal 164 130 137 0 30 22 67 531 16 50
Binary 1110100 1011000 1011111 0 11000 10010 110111 101011001 1110 101000

Color Harmonies of #74585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74585F

Black with #74585F

Text Example


Text Example

White with #74585F

Text Example


Text Example

HTML Codes & Css Web 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>