Html Css Color HEX #767894 Storm Grey

📋 copy color: '#767894'

red 118 ◦ green 120 ◦ blue 148

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

Shades of Storm Grey #767894

Tints of Storm Grey #767894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 30.57%
G = 31.09%
B = 38.34%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#767894 (or 0x767894) is known color: Storm Grey. HEX triplet: 76, 78 and 94. RGB value is (118,120,148). Sum of RGB (Red+Green+Blue) = 118+120+148=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #767894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767894 is #89876B. Grayscale: #7A7A7A. Windows color (decimal): -9013100 or 9730166. OLE color: 9730166.

HSL color Cylindrical-coordinate representation of color #767894: hue angle of 236º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767894 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 120 148 -
CMYK 0.20 0.19 0 0.42
HSL 236º 0.12% 0.52% -
HSV(B) 236º 0.2% 0.58% -
XYZ 19.53 19.42 30.74 -
YUV 122.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 118 120 148 0.20 0.19 0 0.42 236 0.12 0.52
Hex 76 78 94 14 13 0 2A EC C 34
Octal 166 170 224 24 23 0 52 354 14 64
Binary 1110110 1111000 10010100 10100 10011 0 101010 11101100 1100 110100

Color Harmonies of #767894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767894

Black with #767894

Text Example


Text Example

White with #767894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767894; }

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

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

background-color css

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

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

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

border-color css

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

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

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