Html Css Color HEX #99737E Venus

📋 copy color: '#99737E'

red 153 ◦ green 115 ◦ blue 126

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

Shades of Venus #99737E

Tints of Venus #99737E

RGB

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

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

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

R = 38.83%
G = 29.19%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99737E (or 0x99737E) is known color: Venus. HEX triplet: 99, 73 and 7E. RGB value is (153,115,126). Sum of RGB (Red+Green+Blue) = 153+115+126=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737E is #668C81. Grayscale: #7F7F7F. Windows color (decimal): -6720642 or 8287129. OLE color: 8287129.

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

Color convert

RGB 153 115 126 -
CMYK 0 0.25 0.18 0.4
HSL 342.63º 0.16% 0.53% -
HSV(B) 342.63º 0.25% 0.6% -
XYZ 23.03 20.54 22.49 -
YUV 127.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 153 115 126 0 0.25 0.18 0.4 342.63 0.16 0.53
Hex 99 73 7E 0 19 12 28 157 10 35
Octal 231 163 176 0 31 22 50 527 20 65
Binary 10011001 1110011 1111110 0 11001 10010 101000 101010111 10000 110101

Color Harmonies of #99737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99737E

Black with #99737E

Text Example


Text Example

White with #99737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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