Html Css Color HEX #75788A Storm Grey

📋 copy color: '#75788A'

red 117 ◦ green 120 ◦ blue 138

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

Shades of Storm Grey #75788A

Tints of Storm Grey #75788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 31.2%
G = 32%
B = 36.8%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75788A (or 0x75788A) is known color: Storm Grey. HEX triplet: 75, 78 and 8A. RGB value is (117,120,138). Sum of RGB (Red+Green+Blue) = 117+120+138=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #75788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75788A is #8A8775. Grayscale: #797979. Windows color (decimal): -9078646 or 9074805. OLE color: 9074805.

HSL color Cylindrical-coordinate representation of color #75788A: hue angle of 231.43º 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 #75788A is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 120 138 -
CMYK 0.15 0.13 0 0.46
HSL 231.43º 0.08% 0.5% -
HSV(B) 231.43º 0.15% 0.54% -
XYZ 18.64 19.05 26.74 -
YUV 121.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 117 120 138 0.15 0.13 0 0.46 231.43 0.08 0.5
Hex 75 78 8A F D 0 2E E7 8 32
Octal 165 170 212 17 15 0 56 347 10 62
Binary 1110101 1111000 10001010 1111 1101 0 101110 11100111 1000 110010

Color Harmonies of #75788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75788A

Black with #75788A

Text Example


Text Example

White with #75788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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