Html Css Color HEX #76787F Storm Grey

📋 copy color: '#76787F'

red 118 ◦ green 120 ◦ blue 127

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

Shades of Storm Grey #76787F

Tints of Storm Grey #76787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 32.33%
G = 32.88%
B = 34.79%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76787F (or 0x76787F) is known color: Storm Grey. HEX triplet: 76, 78 and 7F. RGB value is (118,120,127). Sum of RGB (Red+Green+Blue) = 118+120+127=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 127 - color contains mainly: blue. Hex color #76787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76787F is #898780. Grayscale: #787878. Windows color (decimal): -9013121 or 8353910. OLE color: 8353910.

HSL color Cylindrical-coordinate representation of color #76787F: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76787F is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 120 127 -
CMYK 0.07 0.06 0 0.50
HSL 226.67º 0.04% 0.48% -
HSV(B) 226.67º 0.07% 0.5% -
XYZ 18.02 18.82 22.76 -
YUV 120.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 118 120 127 0.07 0.06 0 0.50 226.67 0.04 0.48
Hex 76 78 7F 7 6 0 32 E3 4 30
Octal 166 170 177 7 6 0 62 343 4 60
Binary 1110110 1111000 1111111 111 110 0 110010 11100011 100 110000

Color Harmonies of #76787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76787F

Black with #76787F

Text Example


Text Example

White with #76787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76787F; }

 p { color: rgb(118,120,127); }

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

background-color css

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

 a { background-color: rgb(118,120,127); }

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

border-color css

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

 span { border-color: rgb(118,120,127); }

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