#95727B

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

Shades of Venus #95727B

Tints of Venus #95727B

Color information

#95727B (or 0x95727B) is unknown color: approx Venus. HEX triplet: 95, 72 and 7B. RGB value is (149,114,123). Sum of RGB (Red+Green+Blue) = 149+114+123=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95727B is #6A8D84. Grayscale: #7D7D7D. Windows color (decimal): -6983045 or 8090261. OLE color: 8090261.

HSL color Cylindrical-coordinate representation of color #95727B: hue angle of 344.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95727B is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149114123-
CMYK00.230.170.42
HSL344.57º14.17%51.57%-
HSV(B)344.57º23.49%58.43%-
XYZ21.9919.8521.41-
YUV125.49126.6144.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=38.60%
G=29.53%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911412300.230.170.42344.5714.1751.57
Hex95727B017112A159e34
Octal22516217302721525311664
Binary1001010111100101111011010111100011010101010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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