Html Css Color HEX #767987 Storm Grey

📋 copy color: '#767987'

red 118 ◦ green 121 ◦ blue 135

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

Shades of Storm Grey #767987

Tints of Storm Grey #767987

RGB

 RED value IS 118 (46.48% from 255) = 31.55%

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

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

R = 31.55%
G = 32.35%
B = 36.1%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#767987 (or 0x767987) is known color: Storm Grey. HEX triplet: 76, 79 and 87. RGB value is (118,121,135). Sum of RGB (Red+Green+Blue) = 118+121+135=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 135 - color contains mainly: blue. Hex color #767987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767987 is #898678. Grayscale: #797979. Windows color (decimal): -9012857 or 8878454. OLE color: 8878454.

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

Color convert

RGB 118 121 135 -
CMYK 0.13 0.10 0 0.47
HSL 229.41º 0.07% 0.5% -
HSV(B) 229.41º 0.13% 0.53% -
XYZ 18.68 19.28 25.66 -
YUV 121.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 118 121 135 0.13 0.10 0 0.47 229.41 0.07 0.5
Hex 76 79 87 D A 0 2F E5 7 32
Octal 166 171 207 15 12 0 57 345 7 62
Binary 1110110 1111001 10000111 1101 1010 0 101111 11100101 111 110010

Color Harmonies of #767987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767987

Black with #767987

Text Example


Text Example

White with #767987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767987; }

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

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

background-color css

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

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

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

border-color css

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

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

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