#94787E

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

Shades of Venus #94787E

Tints of Venus #94787E

Color information

#94787E (or 0x94787E) is unknown color: approx Venus. HEX triplet: 94, 78 and 7E. RGB value is (148,120,126). Sum of RGB (Red+Green+Blue) = 148+120+126=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94787E is #6B8781. Grayscale: #818181. Windows color (decimal): -7047042 or 8288404. OLE color: 8288404.

HSL color Cylindrical-coordinate representation of color #94787E: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94787E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148120126-
CMYK00.190.150.42
HSL347.14º11.57%52.55%-
HSV(B)347.14º18.92%58.04%-
XYZ22.721.2422.64-
YUV129.06126.28141.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=37.56%
G=30.46%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812012600.190.150.42347.1411.5752.55
Hex94787E013F2A15bc35
Octal22417017602317525331465
Binary100101001111000111111001001111111010101010110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94787E; }

 p { color: rgb(148,120,126); }

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

<style>
 a { background-color: #94787E; }

 a { background-color: rgb(148,120,126); }

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

<style>
 span { border-color: #94787E; }

 span { border-color: rgb(148,120,126); }

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