Html Css Color HEX #7D8291 Storm Grey

📋 copy color: '#7D8291'

red 125 ◦ green 130 ◦ blue 145

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

Shades of Storm Grey #7D8291

Tints of Storm Grey #7D8291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 31.25%
G = 32.5%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D8291 (or 0x7D8291) is known color: Storm Grey. HEX triplet: 7D, 82 and 91. RGB value is (125,130,145). Sum of RGB (Red+Green+Blue) = 125+130+145=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D8291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8291 is #827D6E. Grayscale: #828282. Windows color (decimal): -8551791 or 9536125. OLE color: 9536125.

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

Color convert

RGB 125 130 145 -
CMYK 0.14 0.10 0 0.43
HSL 225º 0.08% 0.53% -
HSV(B) 225º 0.14% 0.57% -
XYZ 21.55 22.37 29.97 -
YUV 130.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 125 130 145 0.14 0.10 0 0.43 225 0.08 0.53
Hex 7D 82 91 E A 0 2B E1 8 35
Octal 175 202 221 16 12 0 53 341 10 65
Binary 1111101 10000010 10010001 1110 1010 0 101011 11100001 1000 110101

Color Harmonies of #7D8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8291

Black with #7D8291

Text Example


Text Example

White with #7D8291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,130,145); }

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

background-color css

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

 a { background-color: rgb(125,130,145); }

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

border-color css

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

 span { border-color: rgb(125,130,145); }

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