Html Css Color HEX #9A727F Venus

📋 copy color: '#9A727F'

red 154 ◦ green 114 ◦ blue 127

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

Shades of Venus #9A727F

Tints of Venus #9A727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.86%

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

R = 38.99%
G = 28.86%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A727F (or 0x9A727F) is known color: Venus. HEX triplet: 9A, 72 and 7F. RGB value is (154,114,127). Sum of RGB (Red+Green+Blue) = 154+114+127=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A727F is #658D80. Grayscale: #7F7F7F. Windows color (decimal): -6655361 or 8352410. OLE color: 8352410.

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

Color convert

RGB 154 114 127 -
CMYK 0 0.26 0.18 0.40
HSL 340.5º 0.17% 0.53% -
HSV(B) 340.5º 0.26% 0.6% -
XYZ 23.17 20.44 22.8 -
YUV 127.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 154 114 127 0 0.26 0.18 0.40 340.5 0.17 0.53
Hex 9A 72 7F 0 1A 12 28 154 11 35
Octal 232 162 177 0 32 22 50 524 21 65
Binary 10011010 1110010 1111111 0 11010 10010 101000 101010100 10001 110101

Color Harmonies of #9A727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A727F

Black with #9A727F

Text Example


Text Example

White with #9A727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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