Html Css Color HEX #76A29C Tradewind

📋 copy color: '#76A29C'

red 118 ◦ green 162 ◦ blue 156

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

Shades of Tradewind #76A29C

Tints of Tradewind #76A29C

RGB

 RED value IS 118 (46.48% from 255) = 27.06%

 GREEN value IS 162 (63.67% from 255) = 37.16%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 27.06%
G = 37.16%
B = 35.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#76A29C (or 0x76A29C) is known color: Tradewind. HEX triplet: 76, A2 and 9C. RGB value is (118,162,156). Sum of RGB (Red+Green+Blue) = 118+162+156=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #76A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A29C is #895D63. Grayscale: #949494. Windows color (decimal): -9002340 or 10265206. OLE color: 10265206.

HSL color Cylindrical-coordinate representation of color #76A29C: hue angle of 171.82º degrees, saturation: 0.19, 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 #76A29C is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 156 -
CMYK 0.27 0 0.04 0.36
HSL 171.82º 0.19% 0.55% -
HSV(B) 171.82º 0.27% 0.64% -
XYZ 26.39 32.09 36.26 -
YUV 148.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 118 162 156 0.27 0 0.04 0.36 171.82 0.19 0.55
Hex 76 A2 9C 1B 0 4 24 AC 13 37
Octal 166 242 234 33 0 4 44 254 23 67
Binary 1110110 10100010 10011100 11011 0 100 100100 10101100 10011 110111

Color Harmonies of #76A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A29C

Black with #76A29C

Text Example


Text Example

White with #76A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A29C; }

 p { color: rgb(118,162,156); }

 H1.HeaderClassName
 {
   color: #76A29C;
 }
 .AnyTagClassName
 {
   color: #76A29C;
 }
</style>

background-color css

<style>
 a { background-color: #76A29C; }

 a { background-color: rgb(118,162,156); }

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

border-color css

<style>
 span { border-color: #76A29C; }

 span { border-color: rgb(118,162,156); }

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