#9B7A86

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

Shades of Venus #9B7A86

Tints of Venus #9B7A86

Color information

#9B7A86 (or 0x9B7A86) is unknown color: approx Venus. HEX triplet: 9B, 7A and 86. RGB value is (155,122,134). Sum of RGB (Red+Green+Blue) = 155+122+134=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A86 is #648579. Grayscale: #858585. Windows color (decimal): -6587770 or 8813211. OLE color: 8813211.

HSL color Cylindrical-coordinate representation of color #9B7A86: hue angle of 338.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B7A86 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB155122134-
CMYK00.210.140.39
HSL338.18º14.16%54.31%-
HSV(B)338.18º21.29%60.78%-
XYZ24.7822.6125.61-
YUV133.23128.43143.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=37.71%
G=29.68%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512213400.210.140.39338.1814.1654.31
Hex9B7A86015E27152e36
Octal23317220602516475221666
Binary1001101111110101000011001010111101001111010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,122,134); }

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

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

 a { background-color: rgb(155,122,134); }

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

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

 span { border-color: rgb(155,122,134); }

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