Html Css Color HEX #7D828C Storm Grey

📋 copy color: '#7D828C'

red 125 ◦ green 130 ◦ blue 140

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

Shades of Storm Grey #7D828C

Tints of Storm Grey #7D828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 31.65%
G = 32.91%
B = 35.44%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D828C (or 0x7D828C) is known color: Storm Grey. HEX triplet: 7D, 82 and 8C. RGB value is (125,130,140). Sum of RGB (Red+Green+Blue) = 125+130+140=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D828C is #827D73. Grayscale: #818181. Windows color (decimal): -8551796 or 9208445. OLE color: 9208445.

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

Color convert

RGB 125 130 140 -
CMYK 0.11 0.07 0 0.45
HSL 220º 0.06% 0.52% -
HSV(B) 220º 0.11% 0.55% -
XYZ 21.17 22.22 27.98 -
YUV 129.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 125 130 140 0.11 0.07 0 0.45 220 0.06 0.52
Hex 7D 82 8C B 7 0 2D DC 6 34
Octal 175 202 214 13 7 0 55 334 6 64
Binary 1111101 10000010 10001100 1011 111 0 101101 11011100 110 110100

Color Harmonies of #7D828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D828C

Black with #7D828C

Text Example


Text Example

White with #7D828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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