#94878A

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

Shades of Venus #94878A

Tints of Venus #94878A

Color information

#94878A (or 0x94878A) is unknown color: approx Venus. HEX triplet: 94, 87 and 8A. RGB value is (148,135,138). Sum of RGB (Red+Green+Blue) = 148+135+138=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #94878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94878A is #6B7875. Grayscale: #8B8B8B. Windows color (decimal): -7043190 or 9078676. OLE color: 9078676.

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

Color convert

RGB148135138-
CMYK00.090.070.42
HSL346.15º5.73%55.49%-
HSV(B)346.15º8.78%58.04%-
XYZ25.4625.4627.62-
YUV139.23127.31134.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=35.15%
G=32.07%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813513800.090.070.42346.155.7355.49
Hex94878A0972A15a637
Octal224207212011752532667
Binary10010100100001111000101001001111101010101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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