Html Css Color HEX #90777B Venus

📋 copy color: '#90777B'

red 144 ◦ green 119 ◦ blue 123

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

Shades of Venus #90777B

Tints of Venus #90777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 37.31%
G = 30.83%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90777B (or 0x90777B) is known color: Venus. HEX triplet: 90, 77 and 7B. RGB value is (144,119,123). Sum of RGB (Red+Green+Blue) = 144+119+123=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90777B is #6F8884. Grayscale: #7E7E7E. Windows color (decimal): -7309445 or 8091536. OLE color: 8091536.

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

Color convert

RGB 144 119 123 -
CMYK 0 0.17 0.15 0.44
HSL 350.4º 0.1% 0.52% -
HSV(B) 350.4º 0.17% 0.56% -
XYZ 21.67 20.55 21.56 -
YUV 126.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 144 119 123 0 0.17 0.15 0.44 350.4 0.1 0.52
Hex 90 77 7B 0 11 F 2C 15E A 34
Octal 220 167 173 0 21 17 54 536 12 64
Binary 10010000 1110111 1111011 0 10001 1111 101100 101011110 1010 110100

Color Harmonies of #90777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90777B

Black with #90777B

Text Example


Text Example

White with #90777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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