#95707B

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

Shades of Venus #95707B

Tints of Venus #95707B

Color information

#95707B (or 0x95707B) is unknown color: approx Venus. HEX triplet: 95, 70 and 7B. RGB value is (149,112,123). Sum of RGB (Red+Green+Blue) = 149+112+123=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #95707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707B is #6A8F84. Grayscale: #7C7C7C. Windows color (decimal): -6983557 or 8089749. OLE color: 8089749.

HSL color Cylindrical-coordinate representation of color #95707B: hue angle of 342.16º 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 #95707B is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149112123-
CMYK00.250.170.42
HSL342.16º14.86%51.18%-
HSV(B)342.16º24.83%58.43%-
XYZ21.7619.4121.34-
YUV124.32127.26145.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=38.80%
G=29.17%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911212300.250.170.42342.1614.8651.18
Hex95707B019112A156f33
Octal22516017303121525261763
Binary1001010111100001111011011001100011010101010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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