#947F88

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

Shades of Venus #947F88

Tints of Venus #947F88

Color information

#947F88 (or 0x947F88) is unknown color: approx Venus. HEX triplet: 94, 7F and 88. RGB value is (148,127,136). Sum of RGB (Red+Green+Blue) = 148+127+136=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #947F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F88 is #6B8077. Grayscale: #868686. Windows color (decimal): -7045240 or 8945556. OLE color: 8945556.

HSL color Cylindrical-coordinate representation of color #947F88: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #947F88 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148127136-
CMYK00.140.080.42
HSL334.29º8.94%53.92%-
HSV(B)334.29º14.19%58.04%-
XYZ24.2523.2526.5-
YUV134.3128.96137.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=36.01%
G=30.90%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812713600.140.080.42334.298.9453.92
Hex947F880E82A14e936
Octal22417721001610525161166
Binary100101001111111100010000111010001010101010011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947F88; }

 p { color: rgb(148,127,136); }

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

<style>
 a { background-color: #947F88; }

 a { background-color: rgb(148,127,136); }

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

<style>
 span { border-color: #947F88; }

 span { border-color: rgb(148,127,136); }

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