Html Css Color HEX #757982 Storm Grey

📋 copy color: '#757982'

red 117 ◦ green 121 ◦ blue 130

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

Shades of Storm Grey #757982

Tints of Storm Grey #757982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 130 (51.17% from 255) = 35.33%

R = 31.79%
G = 32.88%
B = 35.33%

CMYK

 C value IS 0.1

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757982 (or 0x757982) is known color: Storm Grey. HEX triplet: 75, 79 and 82. RGB value is (117,121,130). Sum of RGB (Red+Green+Blue) = 117+121+130=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 130 - color contains mainly: blue. Hex color #757982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757982 is #8A867D. Grayscale: #787878. Windows color (decimal): -9078398 or 8550773. OLE color: 8550773.

HSL color Cylindrical-coordinate representation of color #757982: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757982 is Cyan = 0.1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 121 130 -
CMYK 0.1 0.07 0 0.49
HSL 221.54º 0.05% 0.48% -
HSV(B) 221.54º 0.1% 0.51% -
XYZ 18.2 19.07 23.84 -
YUV 120.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 117 121 130 0.1 0.07 0 0.49 221.54 0.05 0.48
Hex 75 79 82 A 7 0 31 DE 5 30
Octal 165 171 202 12 7 0 61 336 5 60
Binary 1110101 1111001 10000010 1010 111 0 110001 11011110 101 110000

Color Harmonies of #757982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757982

Black with #757982

Text Example


Text Example

White with #757982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757982; }

 p { color: rgb(117,121,130); }

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

background-color css

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

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

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

border-color css

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

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

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