Html Css Color HEX #766A57 Coffee

📋 copy color: '#766A57'

red 118 ◦ green 106 ◦ blue 87

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

Shades of Coffee #766A57

Tints of Coffee #766A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 37.94%
G = 34.08%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#766A57 (or 0x766A57) is known color: Coffee. HEX triplet: 76, 6A and 57. RGB value is (118,106,87). Sum of RGB (Red+Green+Blue) = 118+106+87=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #766A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A57 is #8995A8. Grayscale: #6B6B6B. Windows color (decimal): -9016745 or 5728886. OLE color: 5728886.

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

Color convert

RGB 118 106 87 -
CMYK 0 0.10 0.26 0.54
HSL 36.77º 0.15% 0.4% -
HSV(B) 36.77º 0.26% 0.46% -
XYZ 14.35 14.85 11.13 -
YUV 107.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 118 106 87 0 0.10 0.26 0.54 36.77 0.15 0.4
Hex 76 6A 57 0 A 1A 36 25 F 28
Octal 166 152 127 0 12 32 66 45 17 50
Binary 1110110 1101010 1010111 0 1010 11010 110110 100101 1111 101000

Color Harmonies of #766A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A57

Black with #766A57

Text Example


Text Example

White with #766A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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