#8A767E

Color #8A767E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #8A767E

Tints of Venus #8A767E

Color information

#8A767E (or 0x8A767E) is unknown color: approx Venus. HEX triplet: 8A, 76 and 7E. RGB value is (138,118,126). Sum of RGB (Red+Green+Blue) = 138+118+126=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A767E is #758981. Grayscale: #7C7C7C. Windows color (decimal): -7702914 or 8287882. OLE color: 8287882.

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

Color convert

RGB138118126-
CMYK00.140.090.46
HSL336º7.87%50.2%-
HSV(B)336º14.49%54.12%-
XYZ20.7319.8722.48-
YUV124.89128.63137.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=36.13%
G=30.89%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811812600.140.090.463367.8750.2
Hex8A767E0E92E150832
Octal21216617601611565201062
Binary10001010111011011111100111010011011101010100001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A767E;
 }
 .AnyTagClassName
 {
   color: #8A767E;
 }
</style>
background-color css

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

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

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

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

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

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