Html Css Color HEX #90777D Venus

📋 copy color: '#90777D'

red 144 ◦ green 119 ◦ blue 125

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

Shades of Venus #90777D

Tints of Venus #90777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

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

R = 37.11%
G = 30.67%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90777D (or 0x90777D) is known color: Venus. HEX triplet: 90, 77 and 7D. RGB value is (144,119,125). Sum of RGB (Red+Green+Blue) = 144+119+125=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #90777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90777D is #6F8882. Grayscale: #7F7F7F. Windows color (decimal): -7309443 or 8222608. OLE color: 8222608.

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

Color convert

RGB 144 119 125 -
CMYK 0 0.17 0.13 0.44
HSL 345.6º 0.1% 0.52% -
HSV(B) 345.6º 0.17% 0.56% -
XYZ 21.8 20.6 22.23 -
YUV 127.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 144 119 125 0 0.17 0.13 0.44 345.6 0.1 0.52
Hex 90 77 7D 0 11 D 2C 15A A 34
Octal 220 167 175 0 21 15 54 532 12 64
Binary 10010000 1110111 1111101 0 10001 1101 101100 101011010 1010 110100

Color Harmonies of #90777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90777D

Black with #90777D

Text Example


Text Example

White with #90777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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