Html Css Color HEX #7C7F87 Storm Grey

📋 copy color: '#7C7F87'

red 124 ◦ green 127 ◦ blue 135

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

Shades of Storm Grey #7C7F87

Tints of Storm Grey #7C7F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 32.12%
G = 32.9%
B = 34.97%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7C7F87 (or 0x7C7F87) is known color: Storm Grey. HEX triplet: 7C, 7F and 87. RGB value is (124,127,135). Sum of RGB (Red+Green+Blue) = 124+127+135=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C7F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7F87 is #838078. Grayscale: #7E7E7E. Windows color (decimal): -8618105 or 8879996. OLE color: 8879996.

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

Color convert

RGB 124 127 135 -
CMYK 0.08 0.06 0 0.47
HSL 223.64º 0.04% 0.51% -
HSV(B) 223.64º 0.08% 0.53% -
XYZ 20.27 21.21 25.95 -
YUV 127.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 124 127 135 0.08 0.06 0 0.47 223.64 0.04 0.51
Hex 7C 7F 87 8 6 0 2F E0 4 33
Octal 174 177 207 10 6 0 57 340 4 63
Binary 1111100 1111111 10000111 1000 110 0 101111 11100000 100 110011

Color Harmonies of #7C7F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7F87

Black with #7C7F87

Text Example


Text Example

White with #7C7F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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