Html Css Color HEX #72828D Slate Grey

📋 copy color: '#72828D'

red 114 ◦ green 130 ◦ blue 141

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

Shades of Slate Grey #72828D

Tints of Slate Grey #72828D

RGB

 RED value IS 114 (44.92% from 255) = 29.61%

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

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

R = 29.61%
G = 33.77%
B = 36.62%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72828D (or 0x72828D) is known color: Slate Grey. HEX triplet: 72, 82 and 8D. RGB value is (114,130,141). Sum of RGB (Red+Green+Blue) = 114+130+141=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #72828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72828D is #8D7D72. Grayscale: #7E7E7E. Windows color (decimal): -9272691 or 9273970. OLE color: 9273970.

HSL color Cylindrical-coordinate representation of color #72828D: hue angle of 204.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72828D is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 130 141 -
CMYK 0.19 0.08 0 0.45
HSL 204.44º 0.11% 0.5% -
HSV(B) 204.44º 0.19% 0.55% -
XYZ 19.73 21.47 28.3 -
YUV 126.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 114 130 141 0.19 0.08 0 0.45 204.44 0.11 0.5
Hex 72 82 8D 13 8 0 2D CC B 32
Octal 162 202 215 23 10 0 55 314 13 62
Binary 1110010 10000010 10001101 10011 1000 0 101101 11001100 1011 110010

Color Harmonies of #72828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72828D

Black with #72828D

Text Example


Text Example

White with #72828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72828D; }

 p { color: rgb(114,130,141); }

 H1.HeaderClassName
 {
   color: #72828D;
 }
 .AnyTagClassName
 {
   color: #72828D;
 }
</style>

background-color css

<style>
 a { background-color: #72828D; }

 a { background-color: rgb(114,130,141); }

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

border-color css

<style>
 span { border-color: #72828D; }

 span { border-color: rgb(114,130,141); }

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