Html Css Color HEX #787987 Storm Grey

📋 copy color: '#787987'

red 120 ◦ green 121 ◦ blue 135

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

Shades of Storm Grey #787987

Tints of Storm Grey #787987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 31.91%
G = 32.18%
B = 35.9%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#787987 (or 0x787987) is known color: Storm Grey. HEX triplet: 78, 79 and 87. RGB value is (120,121,135). Sum of RGB (Red+Green+Blue) = 120+121+135=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 135 - color contains mainly: blue. Hex color #787987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787987 is #878678. Grayscale: #7A7A7A. Windows color (decimal): -8881785 or 8878456. OLE color: 8878456.

HSL color Cylindrical-coordinate representation of color #787987: hue angle of 236º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #787987 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 121 135 -
CMYK 0.11 0.10 0 0.47
HSL 236º 0.06% 0.5% -
HSV(B) 236º 0.11% 0.53% -
XYZ 18.96 19.42 25.67 -
YUV 122.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 120 121 135 0.11 0.10 0 0.47 236 0.06 0.5
Hex 78 79 87 B A 0 2F EC 6 32
Octal 170 171 207 13 12 0 57 354 6 62
Binary 1111000 1111001 10000111 1011 1010 0 101111 11101100 110 110010

Color Harmonies of #787987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787987

Black with #787987

Text Example


Text Example

White with #787987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787987; }

 p { color: rgb(120,121,135); }

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

background-color css

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

 a { background-color: rgb(120,121,135); }

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

border-color css

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

 span { border-color: rgb(120,121,135); }

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