Html Css Color HEX #90797F Venus

📋 copy color: '#90797F'

red 144 ◦ green 121 ◦ blue 127

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

Shades of Venus #90797F

Tints of Venus #90797F

RGB

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

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

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

R = 36.73%
G = 30.87%
B = 32.4%

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

#90797F (or 0x90797F) is known color: Venus. HEX triplet: 90, 79 and 7F. RGB value is (144,121,127). Sum of RGB (Red+Green+Blue) = 144+121+127=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #90797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90797F is #6F8680. Grayscale: #808080. Windows color (decimal): -7308929 or 8354192. OLE color: 8354192.

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

Color convert

RGB 144 121 127 -
CMYK 0 0.16 0.12 0.44
HSL 344.35º 0.09% 0.52% -
HSV(B) 344.35º 0.16% 0.56% -
XYZ 22.17 21.14 22.99 -
YUV 128.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 144 121 127 0 0.16 0.12 0.44 344.35 0.09 0.52
Hex 90 79 7F 0 10 C 2C 158 9 34
Octal 220 171 177 0 20 14 54 530 11 64
Binary 10010000 1111001 1111111 0 10000 1100 101100 101011000 1001 110100

Color Harmonies of #90797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90797F

Black with #90797F

Text Example


Text Example

White with #90797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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