Html Css Color HEX #766854 Coffee

📋 copy color: '#766854'

red 118 ◦ green 104 ◦ blue 84

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

Shades of Coffee #766854

Tints of Coffee #766854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 38.56%
G = 33.99%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#766854 (or 0x766854) is known color: Coffee. HEX triplet: 76, 68 and 54. RGB value is (118,104,84). Sum of RGB (Red+Green+Blue) = 118+104+84=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766854 is #8997AB. Grayscale: #696969. Windows color (decimal): -9017260 or 5531766. OLE color: 5531766.

HSL color Cylindrical-coordinate representation of color #766854: hue angle of 35.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766854 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 84 -
CMYK 0 0.12 0.29 0.54
HSL 35.29º 0.17% 0.4% -
HSV(B) 35.29º 0.29% 0.46% -
XYZ 14.02 14.39 10.43 -
YUV 105.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 118 104 84 0 0.12 0.29 0.54 35.29 0.17 0.4
Hex 76 68 54 0 C 1D 36 23 11 28
Octal 166 150 124 0 14 35 66 43 21 50
Binary 1110110 1101000 1010100 0 1100 11101 110110 100011 10001 101000

Color Harmonies of #766854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766854

Black with #766854

Text Example


Text Example

White with #766854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766854; }

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

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

background-color css

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

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

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

border-color css

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

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

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