Html Css Color HEX #90747E Venus

📋 copy color: '#90747E'

red 144 ◦ green 116 ◦ blue 126

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

Shades of Venus #90747E

Tints of Venus #90747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 37.31%
G = 30.05%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90747E (or 0x90747E) is known color: Venus. HEX triplet: 90, 74 and 7E. RGB value is (144,116,126). Sum of RGB (Red+Green+Blue) = 144+116+126=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90747E is #6F8B81. Grayscale: #7D7D7D. Windows color (decimal): -7310210 or 8287376. OLE color: 8287376.

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

Color convert

RGB 144 116 126 -
CMYK 0 0.19 0.12 0.44
HSL 338.57º 0.11% 0.51% -
HSV(B) 338.57º 0.19% 0.56% -
XYZ 21.51 19.93 22.45 -
YUV 125.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 144 116 126 0 0.19 0.12 0.44 338.57 0.11 0.51
Hex 90 74 7E 0 13 C 2C 153 B 33
Octal 220 164 176 0 23 14 54 523 13 63
Binary 10010000 1110100 1111110 0 10011 1100 101100 101010011 1011 110011

Color Harmonies of #90747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90747E

Black with #90747E

Text Example


Text Example

White with #90747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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