#96757D

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

Shades of Venus #96757D

Tints of Venus #96757D

Color information

#96757D (or 0x96757D) is unknown color: approx Venus. HEX triplet: 96, 75 and 7D. RGB value is (150,117,125). Sum of RGB (Red+Green+Blue) = 150+117+125=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96757D is #698A82. Grayscale: #7F7F7F. Windows color (decimal): -6916739 or 8222102. OLE color: 8222102.

HSL color Cylindrical-coordinate representation of color #96757D: hue angle of 345.45º 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 #96757D is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150117125-
CMYK00.220.170.41
HSL345.45º13.58%52.35%-
HSV(B)345.45º22%58.82%-
XYZ22.6420.6922.2-
YUV127.78126.43143.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=38.27%
G=29.85%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011712500.220.170.41345.4513.5852.35
Hex96757D0161129159e34
Octal22616517502621515311664
Binary1001011011101011111101010110100011010011010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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