Html Css Color HEX #73818C Slate Grey

📋 copy color: '#73818C'

red 115 ◦ green 129 ◦ blue 140

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

Shades of Slate Grey #73818C

Tints of Slate Grey #73818C

RGB

 RED value IS 115 (45.31% from 255) = 29.95%

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

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

R = 29.95%
G = 33.59%
B = 36.46%

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

#73818C (or 0x73818C) is known color: Slate Grey. HEX triplet: 73, 81 and 8C. RGB value is (115,129,140). Sum of RGB (Red+Green+Blue) = 115+129+140=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #73818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818C is #8C7E73. Grayscale: #7E7E7E. Windows color (decimal): -9207412 or 9208179. OLE color: 9208179.

HSL color Cylindrical-coordinate representation of color #73818C: 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 #73818C is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 129 140 -
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.65 21.24 27.87 -
YUV 126.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 115 129 140 0.18 0.08 0 0.45 206.4 0.1 0.5
Hex 73 81 8C 12 8 0 2D CE A 32
Octal 163 201 214 22 10 0 55 316 12 62
Binary 1110011 10000001 10001100 10010 1000 0 101101 11001110 1010 110010

Color Harmonies of #73818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73818C

Black with #73818C

Text Example


Text Example

White with #73818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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