Html Css Color HEX #767B94 Storm Grey

📋 copy color: '#767B94'

red 118 ◦ green 123 ◦ blue 148

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

Shades of Storm Grey #767B94

Tints of Storm Grey #767B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

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

R = 30.33%
G = 31.62%
B = 38.05%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#767B94 (or 0x767B94) is known color: Storm Grey. HEX triplet: 76, 7B and 94. RGB value is (118,123,148). Sum of RGB (Red+Green+Blue) = 118+123+148=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #767B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B94 is #89846B. Grayscale: #7C7C7C. Windows color (decimal): -9012332 or 9730934. OLE color: 9730934.

HSL color Cylindrical-coordinate representation of color #767B94: hue angle of 230º 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 #767B94 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 123 148 -
CMYK 0.20 0.17 0 0.42
HSL 230º 0.12% 0.52% -
HSV(B) 230º 0.2% 0.58% -
XYZ 19.9 20.16 30.86 -
YUV 124.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 118 123 148 0.20 0.17 0 0.42 230 0.12 0.52
Hex 76 7B 94 14 11 0 2A E6 C 34
Octal 166 173 224 24 21 0 52 346 14 64
Binary 1110110 1111011 10010100 10100 10001 0 101010 11100110 1100 110100

Color Harmonies of #767B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B94

Black with #767B94

Text Example


Text Example

White with #767B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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