#90747B

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

Shades of Venus #90747B

Tints of Venus #90747B

Color information

#90747B (or 0x90747B) is unknown color: approx Venus. HEX triplet: 90, 74 and 7B. RGB value is (144,116,123). Sum of RGB (Red+Green+Blue) = 144+116+123=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90747B is #6F8B84. Grayscale: #7D7D7D. Windows color (decimal): -7310213 or 8090768. OLE color: 8090768.

HSL color Cylindrical-coordinate representation of color #90747B: hue angle of 345º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90747B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144116123-
CMYK00.190.150.44
HSL345º11.2%50.98%-
HSV(B)345º19.44%56.47%-
XYZ21.3219.8521.45-
YUV125.17126.78141.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=37.60%
G=30.29%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411612300.190.150.4434511.250.98
Hex90747B013F2C159b33
Octal22016417302317545311363
Binary100100001110100111101101001111111011001010110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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