Html Css Color HEX #75778A Storm Grey

📋 copy color: '#75778A'

red 117 ◦ green 119 ◦ blue 138

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

Shades of Storm Grey #75778A

Tints of Storm Grey #75778A

RGB

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

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

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

R = 31.28%
G = 31.82%
B = 36.9%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75778A (or 0x75778A) is known color: Storm Grey. HEX triplet: 75, 77 and 8A. RGB value is (117,119,138). Sum of RGB (Red+Green+Blue) = 117+119+138=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #75778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75778A is #8A8875. Grayscale: #787878. Windows color (decimal): -9078902 or 9074549. OLE color: 9074549.

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

Color convert

RGB 117 119 138 -
CMYK 0.15 0.14 0 0.46
HSL 234.29º 0.08% 0.5% -
HSV(B) 234.29º 0.15% 0.54% -
XYZ 18.52 18.81 26.7 -
YUV 120.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 117 119 138 0.15 0.14 0 0.46 234.29 0.08 0.5
Hex 75 77 8A F E 0 2E EA 8 32
Octal 165 167 212 17 16 0 56 352 10 62
Binary 1110101 1110111 10001010 1111 1110 0 101110 11101010 1000 110010

Color Harmonies of #75778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75778A

Black with #75778A

Text Example


Text Example

White with #75778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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