Html Css Color HEX #99727D Venus

📋 copy color: '#99727D'

red 153 ◦ green 114 ◦ blue 125

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

Shades of Venus #99727D

Tints of Venus #99727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 39.03%
G = 29.08%
B = 31.89%

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

#99727D (or 0x99727D) is known color: Venus. HEX triplet: 99, 72 and 7D. RGB value is (153,114,125). Sum of RGB (Red+Green+Blue) = 153+114+125=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99727D is #668D82. Grayscale: #7E7E7E. Windows color (decimal): -6720899 or 8221337. OLE color: 8221337.

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

Color convert

RGB 153 114 125 -
CMYK 0 0.25 0.18 0.4
HSL 343.08º 0.16% 0.52% -
HSV(B) 343.08º 0.25% 0.6% -
XYZ 22.86 20.29 22.11 -
YUV 126.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 153 114 125 0 0.25 0.18 0.4 343.08 0.16 0.52
Hex 99 72 7D 0 19 12 28 157 10 34
Octal 231 162 175 0 31 22 50 527 20 64
Binary 10011001 1110010 1111101 0 11001 10010 101000 101010111 10000 110100

Color Harmonies of #99727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99727D

Black with #99727D

Text Example


Text Example

White with #99727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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