#90767F

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

Shades of Venus #90767F

Tints of Venus #90767F

Color information

#90767F (or 0x90767F) is unknown color: approx Venus. HEX triplet: 90, 76 and 7F. RGB value is (144,118,127). Sum of RGB (Red+Green+Blue) = 144+118+127=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #90767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90767F is #6F8980. Grayscale: #7E7E7E. Windows color (decimal): -7309697 or 8353424. OLE color: 8353424.

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

Color convert

RGB144118127-
CMYK00.180.120.44
HSL339.23º10.48%51.37%-
HSV(B)339.23º18.06%56.47%-
XYZ21.8120.4222.87-
YUV126.8128.11140.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 127 (50% from 255) = 32.65%
R=37.02%
G=30.33%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411812700.180.120.44339.2310.4851.37
Hex90767F012C2C153a33
Octal22016617702214545231263
Binary100100001110110111111101001011001011001010100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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