Html Css Color HEX #75778E Storm Grey

📋 copy color: '#75778E'

red 117 ◦ green 119 ◦ blue 142

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

Shades of Storm Grey #75778E

Tints of Storm Grey #75778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 30.95%
G = 31.48%
B = 37.57%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75778E (or 0x75778E) is known color: Storm Grey. HEX triplet: 75, 77 and 8E. RGB value is (117,119,142). Sum of RGB (Red+Green+Blue) = 117+119+142=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #75778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75778E is #8A8871. Grayscale: #787878. Windows color (decimal): -9078898 or 9336693. OLE color: 9336693.

HSL color Cylindrical-coordinate representation of color #75778E: hue angle of 235.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75778E is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 119 142 -
CMYK 0.18 0.16 0 0.44
HSL 235.2º 0.1% 0.51% -
HSV(B) 235.2º 0.18% 0.56% -
XYZ 18.82 18.93 28.25 -
YUV 121.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 117 119 142 0.18 0.16 0 0.44 235.2 0.1 0.51
Hex 75 77 8E 12 10 0 2C EB A 33
Octal 165 167 216 22 20 0 54 353 12 63
Binary 1110101 1110111 10001110 10010 10000 0 101100 11101011 1010 110011

Color Harmonies of #75778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75778E

Black with #75778E

Text Example


Text Example

White with #75778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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