Html Css Color HEX #72808B Slate Grey

📋 copy color: '#72808B'

red 114 ◦ green 128 ◦ blue 139

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

Shades of Slate Grey #72808B

Tints of Slate Grey #72808B

RGB

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

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

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

R = 29.92%
G = 33.6%
B = 36.48%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72808B (or 0x72808B) is known color: Slate Grey. HEX triplet: 72, 80 and 8B. RGB value is (114,128,139). Sum of RGB (Red+Green+Blue) = 114+128+139=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #72808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72808B is #8D7F74. Grayscale: #7D7D7D. Windows color (decimal): -9273205 or 9142386. OLE color: 9142386.

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

Color convert

RGB 114 128 139 -
CMYK 0.18 0.08 0 0.45
HSL 206.4º 0.1% 0.5% -
HSV(B) 206.4º 0.18% 0.55% -
XYZ 19.32 20.88 27.44 -
YUV 125.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 114 128 139 0.18 0.08 0 0.45 206.4 0.1 0.5
Hex 72 80 8B 12 8 0 2D CE A 32
Octal 162 200 213 22 10 0 55 316 12 62
Binary 1110010 10000000 10001011 10010 1000 0 101101 11001110 1010 110010

Color Harmonies of #72808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72808B

Black with #72808B

Text Example


Text Example

White with #72808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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