Html Css Color HEX #96747F Venus

📋 copy color: '#96747F'

red 150 ◦ green 116 ◦ blue 127

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

Shades of Venus #96747F

Tints of Venus #96747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.32%

R = 38.17%
G = 29.52%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96747F (or 0x96747F) is known color: Venus. HEX triplet: 96, 74 and 7F. RGB value is (150,116,127). Sum of RGB (Red+Green+Blue) = 150+116+127=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96747F is #698B80. Grayscale: #7F7F7F. Windows color (decimal): -6916993 or 8352918. OLE color: 8352918.

HSL color Cylindrical-coordinate representation of color #96747F: hue angle of 340.59º 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 #96747F is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 127 -
CMYK 0 0.23 0.15 0.41
HSL 340.59º 0.14% 0.52% -
HSV(B) 340.59º 0.23% 0.59% -
XYZ 22.65 20.51 22.84 -
YUV 127.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 150 116 127 0 0.23 0.15 0.41 340.59 0.14 0.52
Hex 96 74 7F 0 17 F 29 155 E 34
Octal 226 164 177 0 27 17 51 525 16 64
Binary 10010110 1110100 1111111 0 10111 1111 101001 101010101 1110 110100

Color Harmonies of #96747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96747F

Black with #96747F

Text Example


Text Example

White with #96747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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