Html Css Color HEX #787E89 Storm Grey

📋 copy color: '#787E89'

red 120 ◦ green 126 ◦ blue 137

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

Shades of Storm Grey #787E89

Tints of Storm Grey #787E89

RGB

 RED value IS 120 (47.27% from 255) = 31.33%

 GREEN value IS 126 (49.61% from 255) = 32.9%

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 31.33%
G = 32.9%
B = 35.77%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#787E89 (or 0x787E89) is known color: Storm Grey. HEX triplet: 78, 7E and 89. RGB value is (120,126,137). Sum of RGB (Red+Green+Blue) = 120+126+137=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #787E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E89 is #878176. Grayscale: #7D7D7D. Windows color (decimal): -8880503 or 9010808. OLE color: 9010808.

HSL color Cylindrical-coordinate representation of color #787E89: hue angle of 218.82º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787E89 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 126 137 -
CMYK 0.12 0.08 0 0.46
HSL 218.82º 0.07% 0.5% -
HSV(B) 218.82º 0.12% 0.54% -
XYZ 19.72 20.72 26.63 -
YUV 125.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 120 126 137 0.12 0.08 0 0.46 218.82 0.07 0.5
Hex 78 7E 89 C 8 0 2E DB 7 32
Octal 170 176 211 14 10 0 56 333 7 62
Binary 1111000 1111110 10001001 1100 1000 0 101110 11011011 111 110010

Color Harmonies of #787E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787E89

Black with #787E89

Text Example


Text Example

White with #787E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787E89; }

 p { color: rgb(120,126,137); }

 H1.HeaderClassName
 {
   color: #787E89;
 }
 .AnyTagClassName
 {
   color: #787E89;
 }
</style>

background-color css

<style>
 a { background-color: #787E89; }

 a { background-color: rgb(120,126,137); }

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

border-color css

<style>
 span { border-color: #787E89; }

 span { border-color: rgb(120,126,137); }

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