#94727F

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

Shades of Venus #94727F

Tints of Venus #94727F

Color information

#94727F (or 0x94727F) is unknown color: approx Venus. HEX triplet: 94, 72 and 7F. RGB value is (148,114,127). Sum of RGB (Red+Green+Blue) = 148+114+127=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94727F is #6B8D80. Grayscale: #7D7D7D. Windows color (decimal): -7048577 or 8352404. OLE color: 8352404.

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

Color convert

RGB148114127-
CMYK00.230.140.42
HSL337.06º13.71%51.37%-
HSV(B)337.06º22.97%58.04%-
XYZ22.0619.8622.75-
YUV125.65128.76143.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 127 (50% from 255) = 32.65%
R=38.05%
G=29.31%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811412700.230.140.42337.0613.7151.37
Hex94727F017E2A151e33
Octal22416217702716525211663
Binary100101001110010111111101011111101010101010100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94727F; }

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

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

<style>
 a { background-color: #94727F; }

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

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

<style>
 span { border-color: #94727F; }

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

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