Html Css Color HEX #8A7E80 Venus

📋 copy color: '#8A7E80'

red 138 ◦ green 126 ◦ blue 128

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

Shades of Venus #8A7E80

Tints of Venus #8A7E80

RGB

 RED value IS 138 (54.3% from 255) = 35.2%

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 35.2%
G = 32.14%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A7E80 (or 0x8A7E80) is known color: Venus. HEX triplet: 8A, 7E and 80. RGB value is (138,126,128). Sum of RGB (Red+Green+Blue) = 138+126+128=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7E80 is #75817F. Grayscale: #818181. Windows color (decimal): -7700864 or 8421002. OLE color: 8421002.

HSL color Cylindrical-coordinate representation of color #8A7E80: hue angle of 350º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A7E80 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 126 128 -
CMYK 0 0.09 0.07 0.46
HSL 350º 0.05% 0.52% -
HSV(B) 350º 0.09% 0.54% -
XYZ 21.84 21.88 23.5 -
YUV 129.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 138 126 128 0 0.09 0.07 0.46 350 0.05 0.52
Hex 8A 7E 80 0 9 7 2E 15E 5 34
Octal 212 176 200 0 11 7 56 536 5 64
Binary 10001010 1111110 10000000 0 1001 111 101110 101011110 101 110100

Color Harmonies of #8A7E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7E80

Black with #8A7E80

Text Example


Text Example

White with #8A7E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,126,128); }

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

background-color css

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

 a { background-color: rgb(138,126,128); }

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

border-color css

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

 span { border-color: rgb(138,126,128); }

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