#957C7F

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

Shades of Venus #957C7F

Tints of Venus #957C7F

Color information

#957C7F (or 0x957C7F) is unknown color: approx Venus. HEX triplet: 95, 7C and 7F. RGB value is (149,124,127). Sum of RGB (Red+Green+Blue) = 149+124+127=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C7F is #6A8380. Grayscale: #838383. Windows color (decimal): -6980481 or 8354965. OLE color: 8354965.

HSL color Cylindrical-coordinate representation of color #957C7F: hue angle of 352.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #957C7F is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149124127-
CMYK00.170.150.42
HSL352.8º10.55%53.53%-
HSV(B)352.8º16.78%58.43%-
XYZ23.4322.3423.16-
YUV131.82125.28140.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 127 (50% from 255) = 31.75%
R=37.25%
G=31%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912412700.170.150.42352.810.5553.53
Hex957C7F011F2A161b36
Octal22517417702117525411366
Binary100101011111100111111101000111111010101011000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957C7F; }

 p { color: rgb(149,124,127); }

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

<style>
 a { background-color: #957C7F; }

 a { background-color: rgb(149,124,127); }

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

<style>
 span { border-color: #957C7F; }

 span { border-color: rgb(149,124,127); }

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