#9A767F

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

Shades of Venus #9A767F

Tints of Venus #9A767F

Color information

#9A767F (or 0x9A767F) is unknown color: approx Venus. HEX triplet: 9A, 76 and 7F. RGB value is (154,118,127). Sum of RGB (Red+Green+Blue) = 154+118+127=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 154 - color contains mainly: red. Hex color #9A767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A767F is #658980. Grayscale: #818181. Windows color (decimal): -6654337 or 8353434. OLE color: 8353434.

HSL color Cylindrical-coordinate representation of color #9A767F: hue angle of 345º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A767F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB154118127-
CMYK00.230.180.40
HSL345º15.13%53.33%-
HSV(B)345º23.38%60.39%-
XYZ23.6421.3622.96-
YUV129.79126.43145.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 127 (50% from 255) = 31.83%
R=38.60%
G=29.57%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411812700.230.180.4034515.1353.33
Hex9A767F0171228159f35
Octal23216617702722505311765
Binary1001101011101101111111010111100101010001010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A767F; }

 p { color: rgb(154,118,127); }

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

<style>
 a { background-color: #9A767F; }

 a { background-color: rgb(154,118,127); }

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

<style>
 span { border-color: #9A767F; }

 span { border-color: rgb(154,118,127); }

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