Html Css Color HEX #90727E Venus

📋 copy color: '#90727E'

red 144 ◦ green 114 ◦ blue 126

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

Shades of Venus #90727E

Tints of Venus #90727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 37.5%
G = 29.69%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90727E (or 0x90727E) is known color: Venus. HEX triplet: 90, 72 and 7E. RGB value is (144,114,126). Sum of RGB (Red+Green+Blue) = 144+114+126=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #90727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90727E is #6F8D81. Grayscale: #7C7C7C. Windows color (decimal): -7310722 or 8286864. OLE color: 8286864.

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

Color convert

RGB 144 114 126 -
CMYK 0 0.21 0.12 0.44
HSL 336º 0.12% 0.51% -
HSV(B) 336º 0.21% 0.56% -
XYZ 21.28 19.47 22.37 -
YUV 124.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 144 114 126 0 0.21 0.12 0.44 336 0.12 0.51
Hex 90 72 7E 0 15 C 2C 150 C 33
Octal 220 162 176 0 25 14 54 520 14 63
Binary 10010000 1110010 1111110 0 10101 1100 101100 101010000 1100 110011

Color Harmonies of #90727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90727E

Black with #90727E

Text Example


Text Example

White with #90727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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