Html Css Color HEX #99737F Venus

📋 copy color: '#99737F'

red 153 ◦ green 115 ◦ blue 127

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

Shades of Venus #99737F

Tints of Venus #99737F

RGB

 RED value IS 153 (60.16% from 255) = 38.73%

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

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

R = 38.73%
G = 29.11%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99737F (or 0x99737F) is known color: Venus. HEX triplet: 99, 73 and 7F. RGB value is (153,115,127). Sum of RGB (Red+Green+Blue) = 153+115+127=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737F is #668C80. Grayscale: #7F7F7F. Windows color (decimal): -6720641 or 8352665. OLE color: 8352665.

HSL color Cylindrical-coordinate representation of color #99737F: hue angle of 341.05º 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 #99737F is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 127 -
CMYK 0 0.25 0.17 0.4
HSL 341.05º 0.16% 0.53% -
HSV(B) 341.05º 0.25% 0.6% -
XYZ 23.1 20.57 22.83 -
YUV 127.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 153 115 127 0 0.25 0.17 0.4 341.05 0.16 0.53
Hex 99 73 7F 0 19 11 28 155 10 35
Octal 231 163 177 0 31 21 50 525 20 65
Binary 10011001 1110011 1111111 0 11001 10001 101000 101010101 10000 110101

Color Harmonies of #99737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99737F

Black with #99737F

Text Example


Text Example

White with #99737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99737F; }

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

 H1.HeaderClassName
 {
   color: #99737F;
 }
 .AnyTagClassName
 {
   color: #99737F;
 }
</style>

background-color css

<style>
 a { background-color: #99737F; }

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

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

border-color css

<style>
 span { border-color: #99737F; }

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

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