Html Css Color HEX #9A737F Venus

📋 copy color: '#9A737F'

red 154 ◦ green 115 ◦ blue 127

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

Shades of Venus #9A737F

Tints of Venus #9A737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 38.89%
G = 29.04%
B = 32.07%

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

#9A737F (or 0x9A737F) is known color: Venus. HEX triplet: 9A, 73 and 7F. RGB value is (154,115,127). Sum of RGB (Red+Green+Blue) = 154+115+127=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A737F is #658C80. Grayscale: #808080. Windows color (decimal): -6655105 or 8352666. OLE color: 8352666.

HSL color Cylindrical-coordinate representation of color #9A737F: hue angle of 341.54º 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 #9A737F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 127 -
CMYK 0 0.25 0.18 0.40
HSL 341.54º 0.16% 0.53% -
HSV(B) 341.54º 0.25% 0.6% -
XYZ 23.29 20.66 22.84 -
YUV 128.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 154 115 127 0 0.25 0.18 0.40 341.54 0.16 0.53
Hex 9A 73 7F 0 19 12 28 156 10 35
Octal 232 163 177 0 31 22 50 526 20 65
Binary 10011010 1110011 1111111 0 11001 10010 101000 101010110 10000 110101

Color Harmonies of #9A737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A737F

Black with #9A737F

Text Example


Text Example

White with #9A737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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