Html Css Color HEX #77A49F Tradewind

📋 copy color: '#77A49F'

red 119 ◦ green 164 ◦ blue 159

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

Shades of Tradewind #77A49F

Tints of Tradewind #77A49F

RGB

 RED value IS 119 (46.88% from 255) = 26.92%

 GREEN value IS 164 (64.45% from 255) = 37.1%

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 26.92%
G = 37.1%
B = 35.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#77A49F (or 0x77A49F) is known color: Tradewind. HEX triplet: 77, A4 and 9F. RGB value is (119,164,159). Sum of RGB (Red+Green+Blue) = 119+164+159=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #77A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A49F is #885B60. Grayscale: #959595. Windows color (decimal): -8936289 or 10462327. OLE color: 10462327.

HSL color Cylindrical-coordinate representation of color #77A49F: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A49F is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 164 159 -
CMYK 0.27 0 0.03 0.36
HSL 173.33º 0.2% 0.55% -
HSV(B) 173.33º 0.27% 0.64% -
XYZ 27.14 32.98 37.74 -
YUV 149.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 119 164 159 0.27 0 0.03 0.36 173.33 0.2 0.55
Hex 77 A4 9F 1B 0 3 24 AD 14 37
Octal 167 244 237 33 0 3 44 255 24 67
Binary 1110111 10100100 10011111 11011 0 11 100100 10101101 10100 110111

Color Harmonies of #77A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A49F

Black with #77A49F

Text Example


Text Example

White with #77A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77A49F; }

 p { color: rgb(119,164,159); }

 H1.HeaderClassName
 {
   color: #77A49F;
 }
 .AnyTagClassName
 {
   color: #77A49F;
 }
</style>

background-color css

<style>
 a { background-color: #77A49F; }

 a { background-color: rgb(119,164,159); }

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

border-color css

<style>
 span { border-color: #77A49F; }

 span { border-color: rgb(119,164,159); }

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