Html Css Color HEX #767C87 Storm Grey

📋 copy color: '#767C87'

red 118 ◦ green 124 ◦ blue 135

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

Shades of Storm Grey #767C87

Tints of Storm Grey #767C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 31.3%
G = 32.89%
B = 35.81%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#767C87 (or 0x767C87) is known color: Storm Grey. HEX triplet: 76, 7C and 87. RGB value is (118,124,135). Sum of RGB (Red+Green+Blue) = 118+124+135=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 135 - color contains mainly: blue. Hex color #767C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C87 is #898378. Grayscale: #7B7B7B. Windows color (decimal): -9012089 or 8879222. OLE color: 8879222.

HSL color Cylindrical-coordinate representation of color #767C87: hue angle of 218.82º 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 #767C87 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 124 135 -
CMYK 0.13 0.08 0 0.47
HSL 218.82º 0.07% 0.5% -
HSV(B) 218.82º 0.13% 0.53% -
XYZ 19.05 20.02 25.78 -
YUV 123.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 118 124 135 0.13 0.08 0 0.47 218.82 0.07 0.5
Hex 76 7C 87 D 8 0 2F DB 7 32
Octal 166 174 207 15 10 0 57 333 7 62
Binary 1110110 1111100 10000111 1101 1000 0 101111 11011011 111 110010

Color Harmonies of #767C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C87

Black with #767C87

Text Example


Text Example

White with #767C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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