Html Css Color HEX #9B7A81 Venus

📋 copy color: '#9B7A81'

red 155 ◦ green 122 ◦ blue 129

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

Shades of Venus #9B7A81

Tints of Venus #9B7A81

RGB

 RED value IS 155 (60.94% from 255) = 38.18%

 GREEN value IS 122 (48.05% from 255) = 30.05%

 BLUE value IS 129 (50.78% from 255) = 31.77%

R = 38.18%
G = 30.05%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B7A81 (or 0x9B7A81) is known color: Venus. HEX triplet: 9B, 7A and 81. RGB value is (155,122,129). Sum of RGB (Red+Green+Blue) = 155+122+129=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A81 is #64857E. Grayscale: #848484. Windows color (decimal): -6587775 or 8485531. OLE color: 8485531.

HSL color Cylindrical-coordinate representation of color #9B7A81: hue angle of 347.27º 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 #9B7A81 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 122 129 -
CMYK 0 0.21 0.17 0.39
HSL 347.27º 0.14% 0.54% -
HSV(B) 347.27º 0.21% 0.61% -
XYZ 24.44 22.47 23.82 -
YUV 132.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 155 122 129 0 0.21 0.17 0.39 347.27 0.14 0.54
Hex 9B 7A 81 0 15 11 27 15B E 36
Octal 233 172 201 0 25 21 47 533 16 66
Binary 10011011 1111010 10000001 0 10101 10001 100111 101011011 1110 110110

Color Harmonies of #9B7A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A81

Black with #9B7A81

Text Example


Text Example

White with #9B7A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B7A81;
 }
 .AnyTagClassName
 {
   color: #9B7A81;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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