Html Css Color HEX #8C7E81 Venus

📋 copy color: '#8C7E81'

red 140 ◦ green 126 ◦ blue 129

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

Shades of Venus #8C7E81

Tints of Venus #8C7E81

RGB

 RED value IS 140 (55.08% from 255) = 35.44%

 GREEN value IS 126 (49.61% from 255) = 31.9%

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

R = 35.44%
G = 31.9%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8C7E81 (or 0x8C7E81) is known color: Venus. HEX triplet: 8C, 7E and 81. RGB value is (140,126,129). Sum of RGB (Red+Green+Blue) = 140+126+129=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E81 is #73817E. Grayscale: #828282. Windows color (decimal): -7569791 or 8486540. OLE color: 8486540.

HSL color Cylindrical-coordinate representation of color #8C7E81: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C7E81 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 126 129 -
CMYK 0 0.10 0.08 0.45
HSL 347.14º 0.06% 0.52% -
HSV(B) 347.14º 0.1% 0.55% -
XYZ 22.24 22.08 23.86 -
YUV 130.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 140 126 129 0 0.10 0.08 0.45 347.14 0.06 0.52
Hex 8C 7E 81 0 A 8 2D 15B 6 34
Octal 214 176 201 0 12 10 55 533 6 64
Binary 10001100 1111110 10000001 0 1010 1000 101101 101011011 110 110100

Color Harmonies of #8C7E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E81

Black with #8C7E81

Text Example


Text Example

White with #8C7E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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