Html Css Color HEX #72808D Slate Grey

📋 copy color: '#72808D'

red 114 ◦ green 128 ◦ blue 141

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

Shades of Slate Grey #72808D

Tints of Slate Grey #72808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.42%

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

R = 29.77%
G = 33.42%
B = 36.81%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72808D (or 0x72808D) is known color: Slate Grey. HEX triplet: 72, 80 and 8D. RGB value is (114,128,141). Sum of RGB (Red+Green+Blue) = 114+128+141=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #72808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72808D is #8D7F72. Grayscale: #7D7D7D. Windows color (decimal): -9273203 or 9273458. OLE color: 9273458.

HSL color Cylindrical-coordinate representation of color #72808D: hue angle of 208.89º 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 #72808D is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 128 141 -
CMYK 0.19 0.09 0 0.45
HSL 208.89º 0.11% 0.5% -
HSV(B) 208.89º 0.19% 0.55% -
XYZ 19.47 20.94 28.21 -
YUV 125.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 114 128 141 0.19 0.09 0 0.45 208.89 0.11 0.5
Hex 72 80 8D 13 9 0 2D D1 B 32
Octal 162 200 215 23 11 0 55 321 13 62
Binary 1110010 10000000 10001101 10011 1001 0 101101 11010001 1011 110010

Color Harmonies of #72808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72808D

Black with #72808D

Text Example


Text Example

White with #72808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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