Html Css Color HEX #99747E Venus

📋 copy color: '#99747E'

red 153 ◦ green 116 ◦ blue 126

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

Shades of Venus #99747E

Tints of Venus #99747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

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

R = 38.73%
G = 29.37%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99747E (or 0x99747E) is known color: Venus. HEX triplet: 99, 74 and 7E. RGB value is (153,116,126). Sum of RGB (Red+Green+Blue) = 153+116+126=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99747E is #668B81. Grayscale: #808080. Windows color (decimal): -6720386 or 8287385. OLE color: 8287385.

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

Color convert

RGB 153 116 126 -
CMYK 0 0.24 0.18 0.4
HSL 343.78º 0.15% 0.53% -
HSV(B) 343.78º 0.24% 0.6% -
XYZ 23.15 20.77 22.53 -
YUV 128.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 153 116 126 0 0.24 0.18 0.4 343.78 0.15 0.53
Hex 99 74 7E 0 18 12 28 158 F 35
Octal 231 164 176 0 30 22 50 530 17 65
Binary 10011001 1110100 1111110 0 11000 10010 101000 101011000 1111 110101

Color Harmonies of #99747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99747E

Black with #99747E

Text Example


Text Example

White with #99747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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