#94888A

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

Shades of Venus #94888A

Tints of Venus #94888A

Color information

#94888A (or 0x94888A) is unknown color: approx Venus. HEX triplet: 94, 88 and 8A. RGB value is (148,136,138). Sum of RGB (Red+Green+Blue) = 148+136+138=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #94888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94888A is #6B7775. Grayscale: #8B8B8B. Windows color (decimal): -7042934 or 9078932. OLE color: 9078932.

HSL color Cylindrical-coordinate representation of color #94888A: hue angle of 350º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #94888A is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148136138-
CMYK00.080.070.42
HSL350º5.31%55.69%-
HSV(B)350º8.11%58.04%-
XYZ25.625.7427.66-
YUV139.82126.98133.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=35.07%
G=32.23%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813613800.080.070.423505.3155.69
Hex94888A0872A15e538
Octal224210212010752536570
Binary10010100100010001000101001000111101010101011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94888A; }

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

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

<style>
 a { background-color: #94888A; }

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

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

<style>
 span { border-color: #94888A; }

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

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