Html Css Color HEX #767D89 Storm Grey

📋 copy color: '#767D89'

red 118 ◦ green 125 ◦ blue 137

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

Shades of Storm Grey #767D89

Tints of Storm Grey #767D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 31.05%
G = 32.89%
B = 36.05%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#767D89 (or 0x767D89) is known color: Storm Grey. HEX triplet: 76, 7D and 89. RGB value is (118,125,137). Sum of RGB (Red+Green+Blue) = 118+125+137=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #767D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D89 is #898276. Grayscale: #7C7C7C. Windows color (decimal): -9011831 or 9010550. OLE color: 9010550.

HSL color Cylindrical-coordinate representation of color #767D89: hue angle of 217.89º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767D89 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 125 137 -
CMYK 0.14 0.09 0 0.46
HSL 217.89º 0.07% 0.5% -
HSV(B) 217.89º 0.14% 0.54% -
XYZ 19.32 20.32 26.57 -
YUV 124.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 118 125 137 0.14 0.09 0 0.46 217.89 0.07 0.5
Hex 76 7D 89 E 9 0 2E DA 7 32
Octal 166 175 211 16 11 0 56 332 7 62
Binary 1110110 1111101 10001001 1110 1001 0 101110 11011010 111 110010

Color Harmonies of #767D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D89

Black with #767D89

Text Example


Text Example

White with #767D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,125,137); }

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

background-color css

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

 a { background-color: rgb(118,125,137); }

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

border-color css

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

 span { border-color: rgb(118,125,137); }

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