Html Css Color HEX #766956 Coffee

📋 copy color: '#766956'

red 118 ◦ green 105 ◦ blue 86

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

Shades of Coffee #766956

Tints of Coffee #766956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 38.19%
G = 33.98%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#766956 (or 0x766956) is known color: Coffee. HEX triplet: 76, 69 and 56. RGB value is (118,105,86). Sum of RGB (Red+Green+Blue) = 118+105+86=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766956 is #8996A9. Grayscale: #6A6A6A. Windows color (decimal): -9017002 or 5663094. OLE color: 5663094.

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

Color convert

RGB 118 105 86 -
CMYK 0 0.11 0.27 0.54
HSL 35.63º 0.16% 0.4% -
HSV(B) 35.63º 0.27% 0.46% -
XYZ 14.2 14.63 10.88 -
YUV 106.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 118 105 86 0 0.11 0.27 0.54 35.63 0.16 0.4
Hex 76 69 56 0 B 1B 36 24 10 28
Octal 166 151 126 0 13 33 66 44 20 50
Binary 1110110 1101001 1010110 0 1011 11011 110110 100100 10000 101000

Color Harmonies of #766956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766956

Black with #766956

Text Example


Text Example

White with #766956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766956; }

 p { color: rgb(118,105,86); }

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

background-color css

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

 a { background-color: rgb(118,105,86); }

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

border-color css

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

 span { border-color: rgb(118,105,86); }

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