#907379

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

Shades of Venus #907379

Tints of Venus #907379

Color information

#907379 (or 0x907379) is unknown color: approx Venus. HEX triplet: 90, 73 and 79. RGB value is (144,115,121). Sum of RGB (Red+Green+Blue) = 144+115+121=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #907379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907379 is #6F8C86. Grayscale: #7C7C7C. Windows color (decimal): -7310471 or 7959440. OLE color: 7959440.

HSL color Cylindrical-coordinate representation of color #907379: hue angle of 347.59º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907379 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB144115121-
CMYK00.200.160.44
HSL347.59º11.55%50.78%-
HSV(B)347.59º20.14%56.47%-
XYZ21.0819.5720.76-
YUV124.35126.11142.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=37.89%
G=30.26%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411512100.200.160.44347.5911.5550.78
Hex907379014102C15cc33
Octal22016317102420545341463
Binary1001000011100111111001010100100001011001010111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907379; }

 p { color: rgb(144,115,121); }

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

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

 a { background-color: rgb(144,115,121); }

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

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

 span { border-color: rgb(144,115,121); }

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