Html Css Color HEX #90797E Venus

📋 copy color: '#90797E'

red 144 ◦ green 121 ◦ blue 126

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

Shades of Venus #90797E

Tints of Venus #90797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

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

R = 36.83%
G = 30.95%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90797E (or 0x90797E) is known color: Venus. HEX triplet: 90, 79 and 7E. RGB value is (144,121,126). Sum of RGB (Red+Green+Blue) = 144+121+126=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #90797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90797E is #6F8681. Grayscale: #808080. Windows color (decimal): -7308930 or 8288656. OLE color: 8288656.

HSL color Cylindrical-coordinate representation of color #90797E: hue angle of 346.96º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90797E is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 121 126 -
CMYK 0 0.16 0.12 0.44
HSL 346.96º 0.09% 0.52% -
HSV(B) 346.96º 0.16% 0.56% -
XYZ 22.1 21.11 22.65 -
YUV 128.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 144 121 126 0 0.16 0.12 0.44 346.96 0.09 0.52
Hex 90 79 7E 0 10 C 2C 15B 9 34
Octal 220 171 176 0 20 14 54 533 11 64
Binary 10010000 1111001 1111110 0 10000 1100 101100 101011011 1001 110100

Color Harmonies of #90797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90797E

Black with #90797E

Text Example


Text Example

White with #90797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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