#94707A

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

Shades of Venus #94707A

Tints of Venus #94707A

Color information

#94707A (or 0x94707A) is unknown color: approx Venus. HEX triplet: 94, 70 and 7A. RGB value is (148,112,122). Sum of RGB (Red+Green+Blue) = 148+112+122=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #94707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94707A is #6B8F85. Grayscale: #7B7B7B. Windows color (decimal): -7049094 or 8024212. OLE color: 8024212.

HSL color Cylindrical-coordinate representation of color #94707A: hue angle of 343.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94707A is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148112122-
CMYK00.240.180.42
HSL343.33º14.4%50.98%-
HSV(B)343.33º24.32%58.04%-
XYZ21.5219.2921-
YUV123.9126.93145.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=38.74%
G=29.32%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811212200.240.180.42343.3314.450.98
Hex94707A018122A157e33
Octal22416017203022525271663
Binary1001010011100001111010011000100101010101010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,112,122); }

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

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

 a { background-color: rgb(148,112,122); }

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

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

 span { border-color: rgb(148,112,122); }

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