Html Css Color HEX #9A7F86 Venus

📋 copy color: '#9A7F86'

red 154 ◦ green 127 ◦ blue 134

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

Shades of Venus #9A7F86

Tints of Venus #9A7F86

RGB

 RED value IS 154 (60.55% from 255) = 37.11%

 GREEN value IS 127 (50% from 255) = 30.6%

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

R = 37.11%
G = 30.6%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#9A7F86 (or 0x9A7F86) is known color: Venus. HEX triplet: 9A, 7F and 86. RGB value is (154,127,134). Sum of RGB (Red+Green+Blue) = 154+127+134=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F86 is #658079. Grayscale: #878787. Windows color (decimal): -6652026 or 8814490. OLE color: 8814490.

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

Color convert

RGB 154 127 134 -
CMYK 0 0.18 0.13 0.40
HSL 344.44º 0.12% 0.55% -
HSV(B) 344.44º 0.18% 0.6% -
XYZ 25.22 23.77 25.81 -
YUV 135.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 154 127 134 0 0.18 0.13 0.40 344.44 0.12 0.55
Hex 9A 7F 86 0 12 D 28 158 C 37
Octal 232 177 206 0 22 15 50 530 14 67
Binary 10011010 1111111 10000110 0 10010 1101 101000 101011000 1100 110111

Color Harmonies of #9A7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7F86

Black with #9A7F86

Text Example


Text Example

White with #9A7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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