Html Css Color HEX #90737B Venus

📋 copy color: '#90737B'

red 144 ◦ green 115 ◦ blue 123

#90737B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #90737B

Tints of Venus #90737B

RGB

 RED value IS 144 (56.64% from 255) = 37.7%

 GREEN value IS 115 (45.31% from 255) = 30.1%

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 37.7%
G = 30.1%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90737B (or 0x90737B) is known color: Venus. HEX triplet: 90, 73 and 7B. RGB value is (144,115,123). Sum of RGB (Red+Green+Blue) = 144+115+123=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #90737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90737B is #6F8C84. Grayscale: #7C7C7C. Windows color (decimal): -7310469 or 8090512. OLE color: 8090512.

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

Color convert

RGB 144 115 123 -
CMYK 0 0.20 0.15 0.44
HSL 343.45º 0.12% 0.51% -
HSV(B) 343.45º 0.2% 0.56% -
XYZ 21.21 19.62 21.41 -
YUV 124.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 144 115 123 0 0.20 0.15 0.44 343.45 0.12 0.51
Hex 90 73 7B 0 14 F 2C 157 C 33
Octal 220 163 173 0 24 17 54 527 14 63
Binary 10010000 1110011 1111011 0 10100 1111 101100 101010111 1100 110011

Color Harmonies of #90737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90737B

Black with #90737B

Text Example


Text Example

White with #90737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90737B;
 }
 .AnyTagClassName
 {
   color: #90737B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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