Html Css Color HEX #8D8182 Venus

📋 copy color: '#8D8182'

red 141 ◦ green 129 ◦ blue 130

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

Shades of Venus #8D8182

Tints of Venus #8D8182

RGB

 RED value IS 141 (55.47% from 255) = 35.25%

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

 BLUE value IS 130 (51.17% from 255) = 32.5%

R = 35.25%
G = 32.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8D8182 (or 0x8D8182) is known color: Venus. HEX triplet: 8D, 81 and 82. RGB value is (141,129,130). Sum of RGB (Red+Green+Blue) = 141+129+130=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8182 is #727E7D. Grayscale: #848484. Windows color (decimal): -7503486 or 8552845. OLE color: 8552845.

HSL color Cylindrical-coordinate representation of color #8D8182: hue angle of 355º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8182 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 129 130 -
CMYK 0 0.09 0.08 0.45
HSL 355º 0.05% 0.53% -
HSV(B) 355º 0.09% 0.55% -
XYZ 22.86 22.97 24.35 -
YUV 132.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 141 129 130 0 0.09 0.08 0.45 355 0.05 0.53
Hex 8D 81 82 0 9 8 2D 163 5 35
Octal 215 201 202 0 11 10 55 543 5 65
Binary 10001101 10000001 10000010 0 1001 1000 101101 101100011 101 110101

Color Harmonies of #8D8182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8182

Black with #8D8182

Text Example


Text Example

White with #8D8182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D8182; }

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

 H1.HeaderClassName
 {
   color: #8D8182;
 }
 .AnyTagClassName
 {
   color: #8D8182;
 }
</style>

background-color css

<style>
 a { background-color: #8D8182; }

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

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

border-color css

<style>
 span { border-color: #8D8182; }

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

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