#9B7781

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

Shades of Venus #9B7781

Tints of Venus #9B7781

Color information

#9B7781 (or 0x9B7781) is unknown color: approx Venus. HEX triplet: 9B, 77 and 81. RGB value is (155,119,129). Sum of RGB (Red+Green+Blue) = 155+119+129=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7781 is #64887E. Grayscale: #828282. Windows color (decimal): -6588543 or 8484763. OLE color: 8484763.

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

Color convert

RGB155119129-
CMYK00.230.170.39
HSL343.33º15.25%53.73%-
HSV(B)343.33º23.23%60.78%-
XYZ24.0821.7523.7-
YUV130.9126.93145.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.46%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=38.46%
G=29.53%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511912900.230.170.39343.3315.2553.73
Hex9B77810171127157f36
Octal23316720102721475271766
Binary10011011111011110000001010111100011001111010101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,119,129); }

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

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

 a { background-color: rgb(155,119,129); }

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

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

 span { border-color: rgb(155,119,129); }

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