Html Css Color HEX #767892 Storm Grey

📋 copy color: '#767892'

red 118 ◦ green 120 ◦ blue 146

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

Shades of Storm Grey #767892

Tints of Storm Grey #767892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 30.73%
G = 31.25%
B = 38.02%

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

#767892 (or 0x767892) is known color: Storm Grey. HEX triplet: 76, 78 and 92. RGB value is (118,120,146). Sum of RGB (Red+Green+Blue) = 118+120+146=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #767892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767892 is #89876D. Grayscale: #7A7A7A. Windows color (decimal): -9013102 or 9599094. OLE color: 9599094.

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

Color convert

RGB 118 120 146 -
CMYK 0.19 0.18 0 0.43
HSL 235.71º 0.11% 0.52% -
HSV(B) 235.71º 0.19% 0.57% -
XYZ 19.38 19.36 29.91 -
YUV 122.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 118 120 146 0.19 0.18 0 0.43 235.71 0.11 0.52
Hex 76 78 92 13 12 0 2B EC B 34
Octal 166 170 222 23 22 0 53 354 13 64
Binary 1110110 1111000 10010010 10011 10010 0 101011 11101100 1011 110100

Color Harmonies of #767892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767892

Black with #767892

Text Example


Text Example

White with #767892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767892; }

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

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

background-color css

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

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

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

border-color css

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

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

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