Html Css Color HEX #72818C Slate Grey

📋 copy color: '#72818C'

red 114 ◦ green 129 ◦ blue 140

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

Shades of Slate Grey #72818C

Tints of Slate Grey #72818C

RGB

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

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

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

R = 29.77%
G = 33.68%
B = 36.55%

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

#72818C (or 0x72818C) is known color: Slate Grey. HEX triplet: 72, 81 and 8C. RGB value is (114,129,140). Sum of RGB (Red+Green+Blue) = 114+129+140=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #72818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72818C is #8D7E73. Grayscale: #7D7D7D. Windows color (decimal): -9272948 or 9208178. OLE color: 9208178.

HSL color Cylindrical-coordinate representation of color #72818C: hue angle of 205.38º degrees, saturation: 0.1, 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 #72818C is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 129 140 -
CMYK 0.19 0.08 0 0.45
HSL 205.38º 0.1% 0.5% -
HSV(B) 205.38º 0.19% 0.55% -
XYZ 19.52 21.17 27.87 -
YUV 125.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 114 129 140 0.19 0.08 0 0.45 205.38 0.1 0.5
Hex 72 81 8C 13 8 0 2D CD A 32
Octal 162 201 214 23 10 0 55 315 12 62
Binary 1110010 10000001 10001100 10011 1000 0 101101 11001101 1010 110010

Color Harmonies of #72818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72818C

Black with #72818C

Text Example


Text Example

White with #72818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72818C; }

 p { color: rgb(114,129,140); }

 H1.HeaderClassName
 {
   color: #72818C;
 }
 .AnyTagClassName
 {
   color: #72818C;
 }
</style>

background-color css

<style>
 a { background-color: #72818C; }

 a { background-color: rgb(114,129,140); }

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

border-color css

<style>
 span { border-color: #72818C; }

 span { border-color: rgb(114,129,140); }

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