Html Css Color HEX #90737E Venus

📋 copy color: '#90737E'

red 144 ◦ green 115 ◦ blue 126

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

Shades of Venus #90737E

Tints of Venus #90737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 37.4%
G = 29.87%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90737E (or 0x90737E) is known color: Venus. HEX triplet: 90, 73 and 7E. RGB value is (144,115,126). Sum of RGB (Red+Green+Blue) = 144+115+126=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90737E is #6F8C81. Grayscale: #7C7C7C. Windows color (decimal): -7310466 or 8287120. OLE color: 8287120.

HSL color Cylindrical-coordinate representation of color #90737E: hue angle of 337.24º 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 #90737E is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 115 126 -
CMYK 0 0.20 0.12 0.44
HSL 337.24º 0.12% 0.51% -
HSV(B) 337.24º 0.2% 0.56% -
XYZ 21.4 19.7 22.41 -
YUV 124.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 144 115 126 0 0.20 0.12 0.44 337.24 0.12 0.51
Hex 90 73 7E 0 14 C 2C 151 C 33
Octal 220 163 176 0 24 14 54 521 14 63
Binary 10010000 1110011 1111110 0 10100 1100 101100 101010001 1100 110011

Color Harmonies of #90737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90737E

Black with #90737E

Text Example


Text Example

White with #90737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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