Html Css Color HEX #75798D Storm Grey

📋 copy color: '#75798D'

red 117 ◦ green 121 ◦ blue 141

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

Shades of Storm Grey #75798D

Tints of Storm Grey #75798D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 30.87%
G = 31.93%
B = 37.2%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75798D (or 0x75798D) is known color: Storm Grey. HEX triplet: 75, 79 and 8D. RGB value is (117,121,141). Sum of RGB (Red+Green+Blue) = 117+121+141=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #75798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75798D is #8A8672. Grayscale: #7A7A7A. Windows color (decimal): -9078387 or 9271669. OLE color: 9271669.

HSL color Cylindrical-coordinate representation of color #75798D: hue angle of 230º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75798D is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 121 141 -
CMYK 0.17 0.14 0 0.45
HSL 230º 0.1% 0.51% -
HSV(B) 230º 0.17% 0.55% -
XYZ 18.98 19.38 27.94 -
YUV 122.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 117 121 141 0.17 0.14 0 0.45 230 0.1 0.51
Hex 75 79 8D 11 E 0 2D E6 A 33
Octal 165 171 215 21 16 0 55 346 12 63
Binary 1110101 1111001 10001101 10001 1110 0 101101 11100110 1010 110011

Color Harmonies of #75798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75798D

Black with #75798D

Text Example


Text Example

White with #75798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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