#90767D

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

Shades of Venus #90767D

Tints of Venus #90767D

Color information

#90767D (or 0x90767D) is unknown color: approx Venus. HEX triplet: 90, 76 and 7D. RGB value is (144,118,125). Sum of RGB (Red+Green+Blue) = 144+118+125=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #90767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90767D is #6F8982. Grayscale: #7E7E7E. Windows color (decimal): -7309699 or 8222352. OLE color: 8222352.

HSL color Cylindrical-coordinate representation of color #90767D: hue angle of 343.85º 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 #90767D is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB144118125-
CMYK00.180.130.44
HSL343.85º10.48%51.37%-
HSV(B)343.85º18.06%56.47%-
XYZ21.6820.3722.19-
YUV126.57127.11140.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=37.21%
G=30.49%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411812500.180.130.44343.8510.4851.37
Hex90767D012D2C158a33
Octal22016617502215545301263
Binary100100001110110111110101001011011011001010110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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