Html Css Color HEX #90787C Venus

📋 copy color: '#90787C'

red 144 ◦ green 120 ◦ blue 124

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

Shades of Venus #90787C

Tints of Venus #90787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 37.11%
G = 30.93%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#90787C (or 0x90787C) is known color: Venus. HEX triplet: 90, 78 and 7C. RGB value is (144,120,124). Sum of RGB (Red+Green+Blue) = 144+120+124=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #90787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90787C is #6F8783. Grayscale: #7F7F7F. Windows color (decimal): -7309188 or 8157328. OLE color: 8157328.

HSL color Cylindrical-coordinate representation of color #90787C: hue angle of 350º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90787C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 120 124 -
CMYK 0 0.17 0.14 0.44
HSL 350º 0.1% 0.52% -
HSV(B) 350º 0.17% 0.56% -
XYZ 21.86 20.82 21.94 -
YUV 127.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 144 120 124 0 0.17 0.14 0.44 350 0.1 0.52
Hex 90 78 7C 0 11 E 2C 15E A 34
Octal 220 170 174 0 21 16 54 536 12 64
Binary 10010000 1111000 1111100 0 10001 1110 101100 101011110 1010 110100

Color Harmonies of #90787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90787C

Black with #90787C

Text Example


Text Example

White with #90787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90787C; }

 p { color: rgb(144,120,124); }

 H1.HeaderClassName
 {
   color: #90787C;
 }
 .AnyTagClassName
 {
   color: #90787C;
 }
</style>

background-color css

<style>
 a { background-color: #90787C; }

 a { background-color: rgb(144,120,124); }

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

border-color css

<style>
 span { border-color: #90787C; }

 span { border-color: rgb(144,120,124); }

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