Html Css Color HEX #767A91 Storm Grey

📋 copy color: '#767A91'

red 118 ◦ green 122 ◦ blue 145

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

Shades of Storm Grey #767A91

Tints of Storm Grey #767A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 30.65%
G = 31.69%
B = 37.66%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#767A91 (or 0x767A91) is known color: Storm Grey. HEX triplet: 76, 7A and 91. RGB value is (118,122,145). Sum of RGB (Red+Green+Blue) = 118+122+145=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #767A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A91 is #89856E. Grayscale: #7B7B7B. Windows color (decimal): -9012591 or 9534070. OLE color: 9534070.

HSL color Cylindrical-coordinate representation of color #767A91: hue angle of 231.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767A91 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 122 145 -
CMYK 0.19 0.16 0 0.43
HSL 231.11º 0.11% 0.52% -
HSV(B) 231.11º 0.19% 0.57% -
XYZ 19.54 19.81 29.58 -
YUV 123.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 118 122 145 0.19 0.16 0 0.43 231.11 0.11 0.52
Hex 76 7A 91 13 10 0 2B E7 B 34
Octal 166 172 221 23 20 0 53 347 13 64
Binary 1110110 1111010 10010001 10011 10000 0 101011 11100111 1011 110100

Color Harmonies of #767A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A91

Black with #767A91

Text Example


Text Example

White with #767A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,122,145); }

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

background-color css

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

 a { background-color: rgb(118,122,145); }

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

border-color css

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

 span { border-color: rgb(118,122,145); }

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