Html Css Color HEX #756855 Coffee

📋 copy color: '#756855'

red 117 ◦ green 104 ◦ blue 85

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

Shades of Coffee #756855

Tints of Coffee #756855

RGB

 RED value IS 117 (46.09% from 255) = 38.24%

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

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

R = 38.24%
G = 33.99%
B = 27.78%

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

#756855 (or 0x756855) is known color: Coffee. HEX triplet: 75, 68 and 55. RGB value is (117,104,85). Sum of RGB (Red+Green+Blue) = 117+104+85=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756855 is #8A97AA. Grayscale: #696969. Windows color (decimal): -9082795 or 5597301. OLE color: 5597301.

HSL color Cylindrical-coordinate representation of color #756855: 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 #756855 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 85 -
CMYK 0 0.11 0.27 0.54
HSL 35.63º 0.16% 0.4% -
HSV(B) 35.63º 0.27% 0.46% -
XYZ 13.93 14.34 10.63 -
YUV 105.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 117 104 85 0 0.11 0.27 0.54 35.63 0.16 0.4
Hex 75 68 55 0 B 1B 36 24 10 28
Octal 165 150 125 0 13 33 66 44 20 50
Binary 1110101 1101000 1010101 0 1011 11011 110110 100100 10000 101000

Color Harmonies of #756855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756855

Black with #756855

Text Example


Text Example

White with #756855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756855; }

 p { color: rgb(117,104,85); }

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

background-color css

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

 a { background-color: rgb(117,104,85); }

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

border-color css

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

 span { border-color: rgb(117,104,85); }

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