Html Css Color HEX #8D8081 Venus

📋 copy color: '#8D8081'

red 141 ◦ green 128 ◦ blue 129

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

Shades of Venus #8D8081

Tints of Venus #8D8081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.41%

R = 35.43%
G = 32.16%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D8081 (or 0x8D8081) is known color: Venus. HEX triplet: 8D, 80 and 81. RGB value is (141,128,129). Sum of RGB (Red+Green+Blue) = 141+128+129=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8081 is #727F7E. Grayscale: #848484. Windows color (decimal): -7503743 or 8487053. OLE color: 8487053.

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

Color convert

RGB 141 128 129 -
CMYK 0 0.09 0.09 0.45
HSL 355.38º 0.05% 0.53% -
HSV(B) 355.38º 0.09% 0.55% -
XYZ 22.67 22.69 23.95 -
YUV 132 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 141 128 129 0 0.09 0.09 0.45 355.38 0.05 0.53
Hex 8D 80 81 0 9 9 2D 163 5 35
Octal 215 200 201 0 11 11 55 543 5 65
Binary 10001101 10000000 10000001 0 1001 1001 101101 101100011 101 110101

Color Harmonies of #8D8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8081

Black with #8D8081

Text Example


Text Example

White with #8D8081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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