Html Css Color HEX #99727E Venus

📋 copy color: '#99727E'

red 153 ◦ green 114 ◦ blue 126

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

Shades of Venus #99727E

Tints of Venus #99727E

RGB

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

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

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

R = 38.93%
G = 29.01%
B = 32.06%

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

#99727E (or 0x99727E) is known color: Venus. HEX triplet: 99, 72 and 7E. RGB value is (153,114,126). Sum of RGB (Red+Green+Blue) = 153+114+126=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99727E is #668D81. Grayscale: #7F7F7F. Windows color (decimal): -6720898 or 8286873. OLE color: 8286873.

HSL color Cylindrical-coordinate representation of color #99727E: hue angle of 341.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99727E is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 126 -
CMYK 0 0.25 0.18 0.4
HSL 341.54º 0.16% 0.52% -
HSV(B) 341.54º 0.25% 0.6% -
XYZ 22.92 20.31 22.45 -
YUV 127.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 153 114 126 0 0.25 0.18 0.4 341.54 0.16 0.52
Hex 99 72 7E 0 19 12 28 156 10 34
Octal 231 162 176 0 31 22 50 526 20 64
Binary 10011001 1110010 1111110 0 11001 10010 101000 101010110 10000 110100

Color Harmonies of #99727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99727E

Black with #99727E

Text Example


Text Example

White with #99727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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