Html Css Color HEX #75798A Storm Grey

📋 copy color: '#75798A'

red 117 ◦ green 121 ◦ blue 138

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

Shades of Storm Grey #75798A

Tints of Storm Grey #75798A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 31.12%
G = 32.18%
B = 36.7%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75798A (or 0x75798A) is known color: Storm Grey. HEX triplet: 75, 79 and 8A. RGB value is (117,121,138). Sum of RGB (Red+Green+Blue) = 117+121+138=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #75798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75798A is #8A8675. Grayscale: #797979. Windows color (decimal): -9078390 or 9075061. OLE color: 9075061.

HSL color Cylindrical-coordinate representation of color #75798A: hue angle of 228.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75798A is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 121 138 -
CMYK 0.15 0.12 0 0.46
HSL 228.57º 0.08% 0.5% -
HSV(B) 228.57º 0.15% 0.54% -
XYZ 18.76 19.29 26.78 -
YUV 121.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 117 121 138 0.15 0.12 0 0.46 228.57 0.08 0.5
Hex 75 79 8A F C 0 2E E5 8 32
Octal 165 171 212 17 14 0 56 345 10 62
Binary 1110101 1111001 10001010 1111 1100 0 101110 11100101 1000 110010

Color Harmonies of #75798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75798A

Black with #75798A

Text Example


Text Example

White with #75798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75798A; }

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

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

background-color css

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

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

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

border-color css

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

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

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