#96727F

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

Shades of Venus #96727F

Tints of Venus #96727F

Color information

#96727F (or 0x96727F) is unknown color: approx Venus. HEX triplet: 96, 72 and 7F. RGB value is (150,114,127). Sum of RGB (Red+Green+Blue) = 150+114+127=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96727F is #698D80. Grayscale: #7E7E7E. Windows color (decimal): -6917505 or 8352406. OLE color: 8352406.

HSL color Cylindrical-coordinate representation of color #96727F: hue angle of 338.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96727F is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150114127-
CMYK00.240.150.41
HSL338.33º14.63%51.76%-
HSV(B)338.33º24%58.82%-
XYZ22.4320.0522.77-
YUV126.25128.43144.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 127 (50% from 255) = 32.48%
R=38.36%
G=29.16%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011412700.240.150.41338.3314.6351.76
Hex96727F018F29152f34
Octal22616217703017515221764
Binary100101101110010111111101100011111010011010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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