Html Css Color HEX #75778B Storm Grey

📋 copy color: '#75778B'

red 117 ◦ green 119 ◦ blue 139

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

Shades of Storm Grey #75778B

Tints of Storm Grey #75778B

RGB

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

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

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

R = 31.2%
G = 31.73%
B = 37.07%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75778B (or 0x75778B) is known color: Storm Grey. HEX triplet: 75, 77 and 8B. RGB value is (117,119,139). Sum of RGB (Red+Green+Blue) = 117+119+139=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #75778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75778B is #8A8874. Grayscale: #787878. Windows color (decimal): -9078901 or 9140085. OLE color: 9140085.

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

Color convert

RGB 117 119 139 -
CMYK 0.16 0.14 0 0.45
HSL 234.55º 0.09% 0.5% -
HSV(B) 234.55º 0.16% 0.55% -
XYZ 18.59 18.84 27.08 -
YUV 120.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 117 119 139 0.16 0.14 0 0.45 234.55 0.09 0.5
Hex 75 77 8B 10 E 0 2D EB 9 32
Octal 165 167 213 20 16 0 55 353 11 62
Binary 1110101 1110111 10001011 10000 1110 0 101101 11101011 1001 110010

Color Harmonies of #75778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75778B

Black with #75778B

Text Example


Text Example

White with #75778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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