Html Css Color HEX #787D87 Storm Grey

📋 copy color: '#787D87'

red 120 ◦ green 125 ◦ blue 135

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

Shades of Storm Grey #787D87

Tints of Storm Grey #787D87

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.89%

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

R = 31.58%
G = 32.89%
B = 35.53%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#787D87 (or 0x787D87) is known color: Storm Grey. HEX triplet: 78, 7D and 87. RGB value is (120,125,135). Sum of RGB (Red+Green+Blue) = 120+125+135=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 135 - color contains mainly: blue. Hex color #787D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787D87 is #878278. Grayscale: #7C7C7C. Windows color (decimal): -8880761 or 8879480. OLE color: 8879480.

HSL color Cylindrical-coordinate representation of color #787D87: hue angle of 220º 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 #787D87 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 125 135 -
CMYK 0.11 0.07 0 0.47
HSL 220º 0.06% 0.5% -
HSV(B) 220º 0.11% 0.53% -
XYZ 19.45 20.41 25.84 -
YUV 124.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 120 125 135 0.11 0.07 0 0.47 220 0.06 0.5
Hex 78 7D 87 B 7 0 2F DC 6 32
Octal 170 175 207 13 7 0 57 334 6 62
Binary 1111000 1111101 10000111 1011 111 0 101111 11011100 110 110010

Color Harmonies of #787D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787D87

Black with #787D87

Text Example


Text Example

White with #787D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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