Html Css Color HEX #766A51 Coffee

📋 copy color: '#766A51'

red 118 ◦ green 106 ◦ blue 81

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

Shades of Coffee #766A51

Tints of Coffee #766A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.56%

R = 38.69%
G = 34.75%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766A51 (or 0x766A51) is known color: Coffee. HEX triplet: 76, 6A and 51. RGB value is (118,106,81). Sum of RGB (Red+Green+Blue) = 118+106+81=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A51 is #8995AE. Grayscale: #6A6A6A. Windows color (decimal): -9016751 or 5335670. OLE color: 5335670.

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

Color convert

RGB 118 106 81 -
CMYK 0 0.10 0.31 0.54
HSL 40.54º 0.19% 0.39% -
HSV(B) 40.54º 0.31% 0.46% -
XYZ 14.11 14.75 9.89 -
YUV 106.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 118 106 81 0 0.10 0.31 0.54 40.54 0.19 0.39
Hex 76 6A 51 0 A 1F 36 29 13 27
Octal 166 152 121 0 12 37 66 51 23 47
Binary 1110110 1101010 1010001 0 1010 11111 110110 101001 10011 100111

Color Harmonies of #766A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A51

Black with #766A51

Text Example


Text Example

White with #766A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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