Html Css Color HEX #75798C Storm Grey

📋 copy color: '#75798C'

red 117 ◦ green 121 ◦ blue 140

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

Shades of Storm Grey #75798C

Tints of Storm Grey #75798C

RGB

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

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

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

R = 30.95%
G = 32.01%
B = 37.04%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75798C (or 0x75798C) is known color: Storm Grey. HEX triplet: 75, 79 and 8C. RGB value is (117,121,140). Sum of RGB (Red+Green+Blue) = 117+121+140=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #75798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75798C is #8A8673. Grayscale: #797979. Windows color (decimal): -9078388 or 9206133. OLE color: 9206133.

HSL color Cylindrical-coordinate representation of color #75798C: hue angle of 229.57º 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 #75798C is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 121 140 -
CMYK 0.16 0.14 0 0.45
HSL 229.57º 0.09% 0.5% -
HSV(B) 229.57º 0.16% 0.55% -
XYZ 18.91 19.35 27.55 -
YUV 121.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 117 121 140 0.16 0.14 0 0.45 229.57 0.09 0.5
Hex 75 79 8C 10 E 0 2D E6 9 32
Octal 165 171 214 20 16 0 55 346 11 62
Binary 1110101 1111001 10001100 10000 1110 0 101101 11100110 1001 110010

Color Harmonies of #75798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75798C

Black with #75798C

Text Example


Text Example

White with #75798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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