#96757E

Color #96757E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #96757E

Tints of Venus #96757E

Color information

#96757E (or 0x96757E) is unknown color: approx Venus. HEX triplet: 96, 75 and 7E. RGB value is (150,117,126). Sum of RGB (Red+Green+Blue) = 150+117+126=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96757E is #698A81. Grayscale: #7F7F7F. Windows color (decimal): -6916738 or 8287638. OLE color: 8287638.

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

Color convert

RGB150117126-
CMYK00.220.160.41
HSL343.64º13.58%52.35%-
HSV(B)343.64º22%58.82%-
XYZ22.720.7122.54-
YUV127.89126.93143.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=38.17%
G=29.77%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011712600.220.160.41343.6413.5852.35
Hex96757E0161029158e34
Octal22616517602620515301664
Binary1001011011101011111110010110100001010011010110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,117,126); }

 H1.HeaderClassName
 {
   color: #96757E;
 }
 .AnyTagClassName
 {
   color: #96757E;
 }
</style>
background-color css

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

 a { background-color: rgb(150,117,126); }

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

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

 span { border-color: rgb(150,117,126); }

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