Html Css Color HEX #9A747F Venus

📋 copy color: '#9A747F'

red 154 ◦ green 116 ◦ blue 127

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

Shades of Venus #9A747F

Tints of Venus #9A747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 127 (50% from 255) = 31.99%

R = 38.79%
G = 29.22%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A747F (or 0x9A747F) is known color: Venus. HEX triplet: 9A, 74 and 7F. RGB value is (154,116,127). Sum of RGB (Red+Green+Blue) = 154+116+127=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A747F is #658B80. Grayscale: #808080. Windows color (decimal): -6654849 or 8352922. OLE color: 8352922.

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

Color convert

RGB 154 116 127 -
CMYK 0 0.25 0.18 0.40
HSL 342.63º 0.16% 0.53% -
HSV(B) 342.63º 0.25% 0.6% -
XYZ 23.4 20.89 22.88 -
YUV 128.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 154 116 127 0 0.25 0.18 0.40 342.63 0.16 0.53
Hex 9A 74 7F 0 19 12 28 157 10 35
Octal 232 164 177 0 31 22 50 527 20 65
Binary 10011010 1110100 1111111 0 11001 10010 101000 101010111 10000 110101

Color Harmonies of #9A747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A747F

Black with #9A747F

Text Example


Text Example

White with #9A747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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