Html Css Color HEX #7D7F87 Storm Grey

📋 copy color: '#7D7F87'

red 125 ◦ green 127 ◦ blue 135

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

Shades of Storm Grey #7D7F87

Tints of Storm Grey #7D7F87

RGB

 RED value IS 125 (49.22% from 255) = 32.3%

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

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

R = 32.3%
G = 32.82%
B = 34.88%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7D7F87 (or 0x7D7F87) is known color: Storm Grey. HEX triplet: 7D, 7F and 87. RGB value is (125,127,135). Sum of RGB (Red+Green+Blue) = 125+127+135=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D7F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7F87 is #828078. Grayscale: #7F7F7F. Windows color (decimal): -8552569 or 8879997. OLE color: 8879997.

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

Color convert

RGB 125 127 135 -
CMYK 0.07 0.06 0 0.47
HSL 228º 0.04% 0.51% -
HSV(B) 228º 0.07% 0.53% -
XYZ 20.42 21.29 25.95 -
YUV 127.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 125 127 135 0.07 0.06 0 0.47 228 0.04 0.51
Hex 7D 7F 87 7 6 0 2F E4 4 33
Octal 175 177 207 7 6 0 57 344 4 63
Binary 1111101 1111111 10000111 111 110 0 101111 11100100 100 110011

Color Harmonies of #7D7F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7F87

Black with #7D7F87

Text Example


Text Example

White with #7D7F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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