Html Css Color HEX #756550 Coffee

📋 copy color: '#756550'

red 117 ◦ green 101 ◦ blue 80

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

Shades of Coffee #756550

Tints of Coffee #756550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 39.26%
G = 33.89%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#756550 (or 0x756550) is known color: Coffee. HEX triplet: 75, 65 and 50. RGB value is (117,101,80). Sum of RGB (Red+Green+Blue) = 117+101+80=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #756550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756550 is #8A9AAF. Grayscale: #676767. Windows color (decimal): -9083568 or 5268853. OLE color: 5268853.

HSL color Cylindrical-coordinate representation of color #756550: hue angle of 34.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756550 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 80 -
CMYK 0 0.14 0.32 0.54
HSL 34.05º 0.19% 0.39% -
HSV(B) 34.05º 0.32% 0.46% -
XYZ 13.44 13.67 9.52 -
YUV 103.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 117 101 80 0 0.14 0.32 0.54 34.05 0.19 0.39
Hex 75 65 50 0 E 20 36 22 13 27
Octal 165 145 120 0 16 40 66 42 23 47
Binary 1110101 1100101 1010000 0 1110 100000 110110 100010 10011 100111

Color Harmonies of #756550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756550

Black with #756550

Text Example


Text Example

White with #756550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756550; }

 p { color: rgb(117,101,80); }

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

background-color css

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

 a { background-color: rgb(117,101,80); }

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

border-color css

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

 span { border-color: rgb(117,101,80); }

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