Html Css Color HEX #90747D Venus

📋 copy color: '#90747D'

red 144 ◦ green 116 ◦ blue 125

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

Shades of Venus #90747D

Tints of Venus #90747D

RGB

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

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

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

R = 37.4%
G = 30.13%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90747D (or 0x90747D) is known color: Venus. HEX triplet: 90, 74 and 7D. RGB value is (144,116,125). Sum of RGB (Red+Green+Blue) = 144+116+125=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90747D is #6F8B82. Grayscale: #7D7D7D. Windows color (decimal): -7310211 or 8221840. OLE color: 8221840.

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

Color convert

RGB 144 116 125 -
CMYK 0 0.19 0.13 0.44
HSL 340.71º 0.11% 0.51% -
HSV(B) 340.71º 0.19% 0.56% -
XYZ 21.45 19.9 22.11 -
YUV 125.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 144 116 125 0 0.19 0.13 0.44 340.71 0.11 0.51
Hex 90 74 7D 0 13 D 2C 155 B 33
Octal 220 164 175 0 23 15 54 525 13 63
Binary 10010000 1110100 1111101 0 10011 1101 101100 101010101 1011 110011

Color Harmonies of #90747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90747D

Black with #90747D

Text Example


Text Example

White with #90747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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