Html Css Color HEX #76684D Coffee

📋 copy color: '#76684D'

red 118 ◦ green 104 ◦ blue 77

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

Shades of Coffee #76684D

Tints of Coffee #76684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.78%

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 39.46%
G = 34.78%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76684D (or 0x76684D) is known color: Coffee. HEX triplet: 76, 68 and 4D. RGB value is (118,104,77). Sum of RGB (Red+Green+Blue) = 118+104+77=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76684D is #8997B2. Grayscale: #696969. Windows color (decimal): -9017267 or 5073014. OLE color: 5073014.

HSL color Cylindrical-coordinate representation of color #76684D: hue angle of 39.51º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76684D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 77 -
CMYK 0 0.12 0.35 0.54
HSL 39.51º 0.21% 0.38% -
HSV(B) 39.51º 0.35% 0.46% -
XYZ 13.76 14.29 9.05 -
YUV 105.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 118 104 77 0 0.12 0.35 0.54 39.51 0.21 0.38
Hex 76 68 4D 0 C 23 36 28 15 26
Octal 166 150 115 0 14 43 66 50 25 46
Binary 1110110 1101000 1001101 0 1100 100011 110110 101000 10101 100110

Color Harmonies of #76684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76684D

Black with #76684D

Text Example


Text Example

White with #76684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76684D; }

 p { color: rgb(118,104,77); }

 H1.HeaderClassName
 {
   color: #76684D;
 }
 .AnyTagClassName
 {
   color: #76684D;
 }
</style>

background-color css

<style>
 a { background-color: #76684D; }

 a { background-color: rgb(118,104,77); }

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

border-color css

<style>
 span { border-color: #76684D; }

 span { border-color: rgb(118,104,77); }

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