Html Css Color HEX #7C7F88 Storm Grey

📋 copy color: '#7C7F88'

red 124 ◦ green 127 ◦ blue 136

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

Shades of Storm Grey #7C7F88

Tints of Storm Grey #7C7F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 32.04%
G = 32.82%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C7F88 (or 0x7C7F88) is known color: Storm Grey. HEX triplet: 7C, 7F and 88. RGB value is (124,127,136). Sum of RGB (Red+Green+Blue) = 124+127+136=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C7F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7F88 is #838077. Grayscale: #7F7F7F. Windows color (decimal): -8618104 or 8945532. OLE color: 8945532.

HSL color Cylindrical-coordinate representation of color #7C7F88: hue angle of 225º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7F88 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 127 136 -
CMYK 0.09 0.07 0 0.47
HSL 225º 0.05% 0.51% -
HSV(B) 225º 0.09% 0.53% -
XYZ 20.35 21.24 26.32 -
YUV 127.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 124 127 136 0.09 0.07 0 0.47 225 0.05 0.51
Hex 7C 7F 88 9 7 0 2F E1 5 33
Octal 174 177 210 11 7 0 57 341 5 63
Binary 1111100 1111111 10001000 1001 111 0 101111 11100001 101 110011

Color Harmonies of #7C7F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7F88

Black with #7C7F88

Text Example


Text Example

White with #7C7F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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