Html Css Color HEX #90777F Venus

📋 copy color: '#90777F'

red 144 ◦ green 119 ◦ blue 127

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

Shades of Venus #90777F

Tints of Venus #90777F

RGB

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

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

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

R = 36.92%
G = 30.51%
B = 32.56%

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

#90777F (or 0x90777F) is known color: Venus. HEX triplet: 90, 77 and 7F. RGB value is (144,119,127). Sum of RGB (Red+Green+Blue) = 144+119+127=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #90777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90777F is #6F8880. Grayscale: #7F7F7F. Windows color (decimal): -7309441 or 8353680. OLE color: 8353680.

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

Color convert

RGB 144 119 127 -
CMYK 0 0.17 0.12 0.44
HSL 340.8º 0.1% 0.52% -
HSV(B) 340.8º 0.17% 0.56% -
XYZ 21.93 20.66 22.91 -
YUV 127.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 144 119 127 0 0.17 0.12 0.44 340.8 0.1 0.52
Hex 90 77 7F 0 11 C 2C 155 A 34
Octal 220 167 177 0 21 14 54 525 12 64
Binary 10010000 1110111 1111111 0 10001 1100 101100 101010101 1010 110100

Color Harmonies of #90777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90777F

Black with #90777F

Text Example


Text Example

White with #90777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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