Html Css Color HEX #90737D Venus

📋 copy color: '#90737D'

red 144 ◦ green 115 ◦ blue 125

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

Shades of Venus #90737D

Tints of Venus #90737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 37.5%
G = 29.95%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90737D (or 0x90737D) is known color: Venus. HEX triplet: 90, 73 and 7D. RGB value is (144,115,125). Sum of RGB (Red+Green+Blue) = 144+115+125=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #90737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90737D is #6F8C82. Grayscale: #7C7C7C. Windows color (decimal): -7310467 or 8221584. OLE color: 8221584.

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

Color convert

RGB 144 115 125 -
CMYK 0 0.20 0.13 0.44
HSL 339.31º 0.12% 0.51% -
HSV(B) 339.31º 0.2% 0.56% -
XYZ 21.33 19.67 22.07 -
YUV 124.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 144 115 125 0 0.20 0.13 0.44 339.31 0.12 0.51
Hex 90 73 7D 0 14 D 2C 153 C 33
Octal 220 163 175 0 24 15 54 523 14 63
Binary 10010000 1110011 1111101 0 10100 1101 101100 101010011 1100 110011

Color Harmonies of #90737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90737D

Black with #90737D

Text Example


Text Example

White with #90737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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