Html Css Color HEX #9B7C86 Venus

📋 copy color: '#9B7C86'

red 155 ◦ green 124 ◦ blue 134

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

Shades of Venus #9B7C86

Tints of Venus #9B7C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 134 (52.73% from 255) = 32.45%

R = 37.53%
G = 30.02%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B7C86 (or 0x9B7C86) is known color: Venus. HEX triplet: 9B, 7C and 86. RGB value is (155,124,134). Sum of RGB (Red+Green+Blue) = 155+124+134=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C86 is #648379. Grayscale: #868686. Windows color (decimal): -6587258 or 8813723. OLE color: 8813723.

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

Color convert

RGB 155 124 134 -
CMYK 0 0.2 0.14 0.39
HSL 340.65º 0.13% 0.55% -
HSV(B) 340.65º 0.2% 0.61% -
XYZ 25.03 23.11 25.69 -
YUV 134.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 155 124 134 0 0.2 0.14 0.39 340.65 0.13 0.55
Hex 9B 7C 86 0 14 E 27 155 D 37
Octal 233 174 206 0 24 16 47 525 15 67
Binary 10011011 1111100 10000110 0 10100 1110 100111 101010101 1101 110111

Color Harmonies of #9B7C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C86

Black with #9B7C86

Text Example


Text Example

White with #9B7C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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