Html Css Color HEX #96747D Venus

📋 copy color: '#96747D'

red 150 ◦ green 116 ◦ blue 125

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

Shades of Venus #96747D

Tints of Venus #96747D

RGB

 RED value IS 150 (58.98% from 255) = 38.36%

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

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

R = 38.36%
G = 29.67%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96747D (or 0x96747D) is known color: Venus. HEX triplet: 96, 74 and 7D. RGB value is (150,116,125). Sum of RGB (Red+Green+Blue) = 150+116+125=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96747D is #698B82. Grayscale: #7F7F7F. Windows color (decimal): -6916995 or 8221846. OLE color: 8221846.

HSL color Cylindrical-coordinate representation of color #96747D: hue angle of 344.12º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96747D is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 125 -
CMYK 0 0.23 0.17 0.41
HSL 344.12º 0.14% 0.52% -
HSV(B) 344.12º 0.23% 0.59% -
XYZ 22.52 20.46 22.16 -
YUV 127.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 150 116 125 0 0.23 0.17 0.41 344.12 0.14 0.52
Hex 96 74 7D 0 17 11 29 158 E 34
Octal 226 164 175 0 27 21 51 530 16 64
Binary 10010110 1110100 1111101 0 10111 10001 101001 101011000 1110 110100

Color Harmonies of #96747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96747D

Black with #96747D

Text Example


Text Example

White with #96747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,116,125); }

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

background-color css

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

 a { background-color: rgb(150,116,125); }

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

border-color css

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

 span { border-color: rgb(150,116,125); }

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