Html Css Color HEX #75758C Storm Grey

📋 copy color: '#75758C'

red 117 ◦ green 117 ◦ blue 140

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

Shades of Storm Grey #75758C

Tints of Storm Grey #75758C

RGB

 RED value IS 117 (46.09% from 255) = 31.28%

 GREEN value IS 117 (46.09% from 255) = 31.28%

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 31.28%
G = 31.28%
B = 37.43%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75758C (or 0x75758C) is known color: Storm Grey. HEX triplet: 75, 75 and 8C. RGB value is (117,117,140). Sum of RGB (Red+Green+Blue) = 117+117+140=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #75758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75758C is #8A8A73. Grayscale: #777777. Windows color (decimal): -9079412 or 9205109. OLE color: 9205109.

HSL color Cylindrical-coordinate representation of color #75758C: hue angle of 240º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75758C is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 117 140 -
CMYK 0.16 0.16 0 0.45
HSL 240º 0.09% 0.5% -
HSV(B) 240º 0.16% 0.55% -
XYZ 18.43 18.4 27.39 -
YUV 119.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 117 117 140 0.16 0.16 0 0.45 240 0.09 0.5
Hex 75 75 8C 10 10 0 2D F0 9 32
Octal 165 165 214 20 20 0 55 360 11 62
Binary 1110101 1110101 10001100 10000 10000 0 101101 11110000 1001 110010

Color Harmonies of #75758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75758C

Black with #75758C

Text Example


Text Example

White with #75758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,117,140); }

 H1.HeaderClassName
 {
   color: #75758C;
 }
 .AnyTagClassName
 {
   color: #75758C;
 }
</style>

background-color css

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

 a { background-color: rgb(117,117,140); }

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

border-color css

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

 span { border-color: rgb(117,117,140); }

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