Html Css Color HEX #75798B Storm Grey

📋 copy color: '#75798B'

red 117 ◦ green 121 ◦ blue 139

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

Shades of Storm Grey #75798B

Tints of Storm Grey #75798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 31.03%
G = 32.1%
B = 36.87%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75798B (or 0x75798B) is known color: Storm Grey. HEX triplet: 75, 79 and 8B. RGB value is (117,121,139). Sum of RGB (Red+Green+Blue) = 117+121+139=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #75798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75798B is #8A8674. Grayscale: #797979. Windows color (decimal): -9078389 or 9140597. OLE color: 9140597.

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

Color convert

RGB 117 121 139 -
CMYK 0.16 0.13 0 0.45
HSL 229.09º 0.09% 0.5% -
HSV(B) 229.09º 0.16% 0.55% -
XYZ 18.83 19.32 27.16 -
YUV 121.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 117 121 139 0.16 0.13 0 0.45 229.09 0.09 0.5
Hex 75 79 8B 10 D 0 2D E5 9 32
Octal 165 171 213 20 15 0 55 345 11 62
Binary 1110101 1111001 10001011 10000 1101 0 101101 11100101 1001 110010

Color Harmonies of #75798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75798B

Black with #75798B

Text Example


Text Example

White with #75798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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