#957A7F

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

Shades of Venus #957A7F

Tints of Venus #957A7F

Color information

#957A7F (or 0x957A7F) is unknown color: approx Venus. HEX triplet: 95, 7A and 7F. RGB value is (149,122,127). Sum of RGB (Red+Green+Blue) = 149+122+127=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A7F is #6A8580. Grayscale: #828282. Windows color (decimal): -6980993 or 8354453. OLE color: 8354453.

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

Color convert

RGB149122127-
CMYK00.180.150.42
HSL348.89º11.3%53.14%-
HSV(B)348.89º18.12%58.43%-
XYZ23.1821.8423.07-
YUV130.64125.95141.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 127 (50% from 255) = 31.91%
R=37.44%
G=30.65%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912212700.180.150.42348.8911.353.14
Hex957A7F012F2A15db35
Octal22517217702217525351365
Binary100101011111010111111101001011111010101010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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