Html Css Color HEX #7D818D Storm Grey

📋 copy color: '#7D818D'

red 125 ◦ green 129 ◦ blue 141

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

Shades of Storm Grey #7D818D

Tints of Storm Grey #7D818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 31.65%
G = 32.66%
B = 35.7%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D818D (or 0x7D818D) is known color: Storm Grey. HEX triplet: 7D, 81 and 8D. RGB value is (125,129,141). Sum of RGB (Red+Green+Blue) = 125+129+141=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D818D is #827E72. Grayscale: #818181. Windows color (decimal): -8552051 or 9273725. OLE color: 9273725.

HSL color Cylindrical-coordinate representation of color #7D818D: hue angle of 225º degrees, saturation: 0.07, 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 #7D818D is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 129 141 -
CMYK 0.11 0.09 0 0.45
HSL 225º 0.07% 0.52% -
HSV(B) 225º 0.11% 0.55% -
XYZ 21.12 21.98 28.33 -
YUV 129.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 125 129 141 0.11 0.09 0 0.45 225 0.07 0.52
Hex 7D 81 8D B 9 0 2D E1 7 34
Octal 175 201 215 13 11 0 55 341 7 64
Binary 1111101 10000001 10001101 1011 1001 0 101101 11100001 111 110100

Color Harmonies of #7D818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D818D

Black with #7D818D

Text Example


Text Example

White with #7D818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,129,141); }

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

background-color css

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

 a { background-color: rgb(125,129,141); }

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

border-color css

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

 span { border-color: rgb(125,129,141); }

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