#94777C

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

Shades of Venus #94777C

Tints of Venus #94777C

Color information

#94777C (or 0x94777C) is unknown color: approx Venus. HEX triplet: 94, 77 and 7C. RGB value is (148,119,124). Sum of RGB (Red+Green+Blue) = 148+119+124=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94777C is #6B8883. Grayscale: #808080. Windows color (decimal): -7047300 or 8157076. OLE color: 8157076.

HSL color Cylindrical-coordinate representation of color #94777C: hue angle of 349.66º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94777C is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148119124-
CMYK00.200.160.42
HSL349.66º11.93%52.35%-
HSV(B)349.66º19.59%58.04%-
XYZ22.4520.9421.93-
YUV128.24125.61142.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=37.85%
G=30.43%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811912400.200.160.42349.6611.9352.35
Hex94777C014102A15ec34
Octal22416717402420525361464
Binary1001010011101111111100010100100001010101010111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94777C; }

 p { color: rgb(148,119,124); }

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

<style>
 a { background-color: #94777C; }

 a { background-color: rgb(148,119,124); }

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

<style>
 span { border-color: #94777C; }

 span { border-color: rgb(148,119,124); }

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