Html Css Color HEX #90777E Venus

📋 copy color: '#90777E'

red 144 ◦ green 119 ◦ blue 126

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

Shades of Venus #90777E

Tints of Venus #90777E

RGB

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

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

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

R = 37.02%
G = 30.59%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90777E (or 0x90777E) is known color: Venus. HEX triplet: 90, 77 and 7E. RGB value is (144,119,126). Sum of RGB (Red+Green+Blue) = 144+119+126=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #90777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90777E is #6F8881. Grayscale: #7F7F7F. Windows color (decimal): -7309442 or 8288144. OLE color: 8288144.

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

Color convert

RGB 144 119 126 -
CMYK 0 0.17 0.12 0.44
HSL 343.2º 0.1% 0.52% -
HSV(B) 343.2º 0.17% 0.56% -
XYZ 21.86 20.63 22.57 -
YUV 127.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 144 119 126 0 0.17 0.12 0.44 343.2 0.1 0.52
Hex 90 77 7E 0 11 C 2C 157 A 34
Octal 220 167 176 0 21 14 54 527 12 64
Binary 10010000 1110111 1111110 0 10001 1100 101100 101010111 1010 110100

Color Harmonies of #90777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90777E

Black with #90777E

Text Example


Text Example

White with #90777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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