Html Css Color HEX #90757C Venus

📋 copy color: '#90757C'

red 144 ◦ green 117 ◦ blue 124

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

Shades of Venus #90757C

Tints of Venus #90757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 37.4%
G = 30.39%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#90757C (or 0x90757C) is known color: Venus. HEX triplet: 90, 75 and 7C. RGB value is (144,117,124). Sum of RGB (Red+Green+Blue) = 144+117+124=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90757C is #6F8A83. Grayscale: #7D7D7D. Windows color (decimal): -7309956 or 8156560. OLE color: 8156560.

HSL color Cylindrical-coordinate representation of color #90757C: hue angle of 344.44º 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 #90757C is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 117 124 -
CMYK 0 0.19 0.14 0.44
HSL 344.44º 0.11% 0.51% -
HSV(B) 344.44º 0.19% 0.56% -
XYZ 21.5 20.11 21.82 -
YUV 125.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 144 117 124 0 0.19 0.14 0.44 344.44 0.11 0.51
Hex 90 75 7C 0 13 E 2C 158 B 33
Octal 220 165 174 0 23 16 54 530 13 63
Binary 10010000 1110101 1111100 0 10011 1110 101100 101011000 1011 110011

Color Harmonies of #90757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90757C

Black with #90757C

Text Example


Text Example

White with #90757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90757C; }

 p { color: rgb(144,117,124); }

 H1.HeaderClassName
 {
   color: #90757C;
 }
 .AnyTagClassName
 {
   color: #90757C;
 }
</style>

background-color css

<style>
 a { background-color: #90757C; }

 a { background-color: rgb(144,117,124); }

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

border-color css

<style>
 span { border-color: #90757C; }

 span { border-color: rgb(144,117,124); }

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