Html Css Color HEX #9A737E Venus

📋 copy color: '#9A737E'

red 154 ◦ green 115 ◦ blue 126

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

Shades of Venus #9A737E

Tints of Venus #9A737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 38.99%
G = 29.11%
B = 31.9%

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

#9A737E (or 0x9A737E) is known color: Venus. HEX triplet: 9A, 73 and 7E. RGB value is (154,115,126). Sum of RGB (Red+Green+Blue) = 154+115+126=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A737E is #658C81. Grayscale: #7F7F7F. Windows color (decimal): -6655106 or 8287130. OLE color: 8287130.

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

Color convert

RGB 154 115 126 -
CMYK 0 0.25 0.18 0.40
HSL 343.08º 0.16% 0.53% -
HSV(B) 343.08º 0.25% 0.6% -
XYZ 23.22 20.64 22.5 -
YUV 127.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 154 115 126 0 0.25 0.18 0.40 343.08 0.16 0.53
Hex 9A 73 7E 0 19 12 28 157 10 35
Octal 232 163 176 0 31 22 50 527 20 65
Binary 10011010 1110011 1111110 0 11001 10010 101000 101010111 10000 110101

Color Harmonies of #9A737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A737E

Black with #9A737E

Text Example


Text Example

White with #9A737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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