#90767B

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

Shades of Venus #90767B

Tints of Venus #90767B

Color information

#90767B (or 0x90767B) is unknown color: approx Venus. HEX triplet: 90, 76 and 7B. RGB value is (144,118,123). Sum of RGB (Red+Green+Blue) = 144+118+123=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90767B is #6F8984. Grayscale: #7E7E7E. Windows color (decimal): -7309701 or 8091280. OLE color: 8091280.

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

Color convert

RGB144118123-
CMYK00.180.150.44
HSL348.46º10.48%51.37%-
HSV(B)348.46º18.06%56.47%-
XYZ21.5620.3221.52-
YUV126.34126.11140.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=37.40%
G=30.65%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411812300.180.150.44348.4610.4851.37
Hex90767B012F2C15ca33
Octal22016617302217545341263
Binary100100001110110111101101001011111011001010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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