#90787F

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

Shades of Venus #90787F

Tints of Venus #90787F

Color information

#90787F (or 0x90787F) is unknown color: approx Venus. HEX triplet: 90, 78 and 7F. RGB value is (144,120,127). Sum of RGB (Red+Green+Blue) = 144+120+127=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #90787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90787F is #6F8780. Grayscale: #7F7F7F. Windows color (decimal): -7309185 or 8353936. OLE color: 8353936.

HSL color Cylindrical-coordinate representation of color #90787F: hue angle of 342.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90787F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB144120127-
CMYK00.170.120.44
HSL342.5º9.76%51.76%-
HSV(B)342.5º16.67%56.47%-
XYZ22.0520.8922.95-
YUV127.97127.45139.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 127 (50% from 255) = 32.48%
R=36.83%
G=30.69%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412012700.170.120.44342.59.7651.76
Hex90787F011C2C156a34
Octal22017017702114545261264
Binary100100001111000111111101000111001011001010101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,120,127); }

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

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

 a { background-color: rgb(144,120,127); }

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

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

 span { border-color: rgb(144,120,127); }

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