Html Css Color HEX #766955 Coffee

📋 copy color: '#766955'

red 118 ◦ green 105 ◦ blue 85

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

Shades of Coffee #766955

Tints of Coffee #766955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 38.31%
G = 34.09%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#766955 (or 0x766955) is known color: Coffee. HEX triplet: 76, 69 and 55. RGB value is (118,105,85). Sum of RGB (Red+Green+Blue) = 118+105+85=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766955 is #8996AA. Grayscale: #6A6A6A. Windows color (decimal): -9017003 or 5597558. OLE color: 5597558.

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

Color convert

RGB 118 105 85 -
CMYK 0 0.11 0.28 0.54
HSL 36.36º 0.16% 0.4% -
HSV(B) 36.36º 0.28% 0.46% -
XYZ 14.16 14.61 10.67 -
YUV 106.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 118 105 85 0 0.11 0.28 0.54 36.36 0.16 0.4
Hex 76 69 55 0 B 1C 36 24 10 28
Octal 166 151 125 0 13 34 66 44 20 50
Binary 1110110 1101001 1010101 0 1011 11100 110110 100100 10000 101000

Color Harmonies of #766955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766955

Black with #766955

Text Example


Text Example

White with #766955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766955; }

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

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

background-color css

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

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

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

border-color css

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

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

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