Html Css Color HEX #90747F Venus

📋 copy color: '#90747F'

red 144 ◦ green 116 ◦ blue 127

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

Shades of Venus #90747F

Tints of Venus #90747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 37.21%
G = 29.97%
B = 32.82%

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

#90747F (or 0x90747F) is known color: Venus. HEX triplet: 90, 74 and 7F. RGB value is (144,116,127). Sum of RGB (Red+Green+Blue) = 144+116+127=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #90747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90747F is #6F8B80. Grayscale: #7D7D7D. Windows color (decimal): -7310209 or 8352912. OLE color: 8352912.

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

Color convert

RGB 144 116 127 -
CMYK 0 0.19 0.12 0.44
HSL 336.43º 0.11% 0.51% -
HSV(B) 336.43º 0.19% 0.56% -
XYZ 21.58 19.95 22.79 -
YUV 125.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 144 116 127 0 0.19 0.12 0.44 336.43 0.11 0.51
Hex 90 74 7F 0 13 C 2C 150 B 33
Octal 220 164 177 0 23 14 54 520 13 63
Binary 10010000 1110100 1111111 0 10011 1100 101100 101010000 1011 110011

Color Harmonies of #90747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90747F

Black with #90747F

Text Example


Text Example

White with #90747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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