#95707D

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

Shades of Venus #95707D

Tints of Venus #95707D

Color information

#95707D (or 0x95707D) is unknown color: approx Venus. HEX triplet: 95, 70 and 7D. RGB value is (149,112,125). Sum of RGB (Red+Green+Blue) = 149+112+125=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707D is #6A8F82. Grayscale: #7C7C7C. Windows color (decimal): -6983555 or 8220821. OLE color: 8220821.

HSL color Cylindrical-coordinate representation of color #95707D: hue angle of 338.92º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95707D is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB149112125-
CMYK00.250.160.42
HSL338.92º14.86%51.18%-
HSV(B)338.92º24.83%58.43%-
XYZ21.8919.4622-
YUV124.54128.26145.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=38.60%
G=29.02%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911212500.250.160.42338.9214.8651.18
Hex95707D019102A153f33
Octal22516017503120525231763
Binary1001010111100001111101011001100001010101010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,112,125); }

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

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

 a { background-color: rgb(149,112,125); }

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

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

 span { border-color: rgb(149,112,125); }

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