Html Css Color HEX #75778C Storm Grey

📋 copy color: '#75778C'

red 117 ◦ green 119 ◦ blue 140

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

Shades of Storm Grey #75778C

Tints of Storm Grey #75778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.65%

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

R = 31.12%
G = 31.65%
B = 37.23%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75778C (or 0x75778C) is known color: Storm Grey. HEX triplet: 75, 77 and 8C. RGB value is (117,119,140). Sum of RGB (Red+Green+Blue) = 117+119+140=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #75778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75778C is #8A8873. Grayscale: #787878. Windows color (decimal): -9078900 or 9205621. OLE color: 9205621.

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

Color convert

RGB 117 119 140 -
CMYK 0.16 0.15 0 0.45
HSL 234.78º 0.09% 0.5% -
HSV(B) 234.78º 0.16% 0.55% -
XYZ 18.67 18.87 27.47 -
YUV 120.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 117 119 140 0.16 0.15 0 0.45 234.78 0.09 0.5
Hex 75 77 8C 10 F 0 2D EB 9 32
Octal 165 167 214 20 17 0 55 353 11 62
Binary 1110101 1110111 10001100 10000 1111 0 101101 11101011 1001 110010

Color Harmonies of #75778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75778C

Black with #75778C

Text Example


Text Example

White with #75778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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