Html Css Color HEX #7D828B Storm Grey

📋 copy color: '#7D828B'

red 125 ◦ green 130 ◦ blue 139

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

Shades of Storm Grey #7D828B

Tints of Storm Grey #7D828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.28%

R = 31.73%
G = 32.99%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D828B (or 0x7D828B) is known color: Storm Grey. HEX triplet: 7D, 82 and 8B. RGB value is (125,130,139). Sum of RGB (Red+Green+Blue) = 125+130+139=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D828B is #827D74. Grayscale: #818181. Windows color (decimal): -8551797 or 9142909. OLE color: 9142909.

HSL color Cylindrical-coordinate representation of color #7D828B: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D828B is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 130 139 -
CMYK 0.10 0.06 0 0.45
HSL 218.57º 0.06% 0.52% -
HSV(B) 218.57º 0.1% 0.55% -
XYZ 21.1 22.19 27.6 -
YUV 129.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 125 130 139 0.10 0.06 0 0.45 218.57 0.06 0.52
Hex 7D 82 8B A 6 0 2D DB 6 34
Octal 175 202 213 12 6 0 55 333 6 64
Binary 1111101 10000010 10001011 1010 110 0 101101 11011011 110 110100

Color Harmonies of #7D828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D828B

Black with #7D828B

Text Example


Text Example

White with #7D828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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