Html Css Color HEX #767791 Storm Grey

📋 copy color: '#767791'

red 118 ◦ green 119 ◦ blue 145

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

Shades of Storm Grey #767791

Tints of Storm Grey #767791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 30.89%
G = 31.15%
B = 37.96%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#767791 (or 0x767791) is known color: Storm Grey. HEX triplet: 76, 77 and 91. RGB value is (118,119,145). Sum of RGB (Red+Green+Blue) = 118+119+145=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #767791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767791 is #89886E. Grayscale: #797979. Windows color (decimal): -9013359 or 9533302. OLE color: 9533302.

HSL color Cylindrical-coordinate representation of color #767791: hue angle of 237.78º 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 #767791 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 119 145 -
CMYK 0.19 0.18 0 0.43
HSL 237.78º 0.11% 0.52% -
HSV(B) 237.78º 0.19% 0.57% -
XYZ 19.18 19.09 29.46 -
YUV 121.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 118 119 145 0.19 0.18 0 0.43 237.78 0.11 0.52
Hex 76 77 91 13 12 0 2B EE B 34
Octal 166 167 221 23 22 0 53 356 13 64
Binary 1110110 1110111 10010001 10011 10010 0 101011 11101110 1011 110100

Color Harmonies of #767791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767791

Black with #767791

Text Example


Text Example

White with #767791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767791; }

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

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

background-color css

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

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

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

border-color css

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

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

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