Html Css Color HEX #766A50 Coffee

📋 copy color: '#766A50'

red 118 ◦ green 106 ◦ blue 80

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

Shades of Coffee #766A50

Tints of Coffee #766A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 38.82%
G = 34.87%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#766A50 (or 0x766A50) is known color: Coffee. HEX triplet: 76, 6A and 50. RGB value is (118,106,80). Sum of RGB (Red+Green+Blue) = 118+106+80=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A50 is #8995AF. Grayscale: #6A6A6A. Windows color (decimal): -9016752 or 5270134. OLE color: 5270134.

HSL color Cylindrical-coordinate representation of color #766A50: hue angle of 41.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766A50 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 80 -
CMYK 0 0.10 0.32 0.54
HSL 41.05º 0.19% 0.39% -
HSV(B) 41.05º 0.32% 0.46% -
XYZ 14.07 14.74 9.69 -
YUV 106.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 118 106 80 0 0.10 0.32 0.54 41.05 0.19 0.39
Hex 76 6A 50 0 A 20 36 29 13 27
Octal 166 152 120 0 12 40 66 51 23 47
Binary 1110110 1101010 1010000 0 1010 100000 110110 101001 10011 100111

Color Harmonies of #766A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A50

Black with #766A50

Text Example


Text Example

White with #766A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A50; }

 p { color: rgb(118,106,80); }

 H1.HeaderClassName
 {
   color: #766A50;
 }
 .AnyTagClassName
 {
   color: #766A50;
 }
</style>

background-color css

<style>
 a { background-color: #766A50; }

 a { background-color: rgb(118,106,80); }

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

border-color css

<style>
 span { border-color: #766A50; }

 span { border-color: rgb(118,106,80); }

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