Html Css Color HEX #90727B Venus

📋 copy color: '#90727B'

red 144 ◦ green 114 ◦ blue 123

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

Shades of Venus #90727B

Tints of Venus #90727B

RGB

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

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

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

R = 37.8%
G = 29.92%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90727B (or 0x90727B) is known color: Venus. HEX triplet: 90, 72 and 7B. RGB value is (144,114,123). Sum of RGB (Red+Green+Blue) = 144+114+123=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #90727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90727B is #6F8D84. Grayscale: #7B7B7B. Windows color (decimal): -7310725 or 8090256. OLE color: 8090256.

HSL color Cylindrical-coordinate representation of color #90727B: hue angle of 342º 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 #90727B is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 114 123 -
CMYK 0 0.21 0.15 0.44
HSL 342º 0.12% 0.51% -
HSV(B) 342º 0.21% 0.56% -
XYZ 21.09 19.39 21.37 -
YUV 124 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 144 114 123 0 0.21 0.15 0.44 342 0.12 0.51
Hex 90 72 7B 0 15 F 2C 156 C 33
Octal 220 162 173 0 25 17 54 526 14 63
Binary 10010000 1110010 1111011 0 10101 1111 101100 101010110 1100 110011

Color Harmonies of #90727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90727B

Black with #90727B

Text Example


Text Example

White with #90727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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