Html Css Color HEX #7C7F92 Storm Grey

📋 copy color: '#7C7F92'

red 124 ◦ green 127 ◦ blue 146

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

Shades of Storm Grey #7C7F92

Tints of Storm Grey #7C7F92

RGB

 RED value IS 124 (48.83% from 255) = 31.23%

 GREEN value IS 127 (50% from 255) = 31.99%

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

R = 31.23%
G = 31.99%
B = 36.78%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C7F92 (or 0x7C7F92) is known color: Storm Grey. HEX triplet: 7C, 7F and 92. RGB value is (124,127,146). Sum of RGB (Red+Green+Blue) = 124+127+146=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C7F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7F92 is #83806D. Grayscale: #808080. Windows color (decimal): -8618094 or 9600892. OLE color: 9600892.

HSL color Cylindrical-coordinate representation of color #7C7F92: hue angle of 231.82º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C7F92 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 127 146 -
CMYK 0.15 0.13 0 0.43
HSL 231.82º 0.09% 0.53% -
HSV(B) 231.82º 0.15% 0.57% -
XYZ 21.09 21.54 30.24 -
YUV 128.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 124 127 146 0.15 0.13 0 0.43 231.82 0.09 0.53
Hex 7C 7F 92 F D 0 2B E8 9 35
Octal 174 177 222 17 15 0 53 350 11 65
Binary 1111100 1111111 10010010 1111 1101 0 101011 11101000 1001 110101

Color Harmonies of #7C7F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7F92

Black with #7C7F92

Text Example


Text Example

White with #7C7F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7F92; }

 p { color: rgb(124,127,146); }

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

background-color css

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

 a { background-color: rgb(124,127,146); }

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

border-color css

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

 span { border-color: rgb(124,127,146); }

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