Html Css Color HEX #756B56 Coffee

📋 copy color: '#756B56'

red 117 ◦ green 107 ◦ blue 86

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

Shades of Coffee #756B56

Tints of Coffee #756B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.52%

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

R = 37.74%
G = 34.52%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756B56 (or 0x756B56) is known color: Coffee. HEX triplet: 75, 6B and 56. RGB value is (117,107,86). Sum of RGB (Red+Green+Blue) = 117+107+86=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B56 is #8A94A9. Grayscale: #6B6B6B. Windows color (decimal): -9082026 or 5663605. OLE color: 5663605.

HSL color Cylindrical-coordinate representation of color #756B56: hue angle of 40.65º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756B56 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 86 -
CMYK 0 0.09 0.26 0.54
HSL 40.65º 0.15% 0.4% -
HSV(B) 40.65º 0.26% 0.46% -
XYZ 14.27 14.97 10.94 -
YUV 107.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 117 107 86 0 0.09 0.26 0.54 40.65 0.15 0.4
Hex 75 6B 56 0 9 1A 36 29 F 28
Octal 165 153 126 0 11 32 66 51 17 50
Binary 1110101 1101011 1010110 0 1001 11010 110110 101001 1111 101000

Color Harmonies of #756B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B56

Black with #756B56

Text Example


Text Example

White with #756B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756B56; }

 p { color: rgb(117,107,86); }

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

background-color css

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

 a { background-color: rgb(117,107,86); }

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

border-color css

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

 span { border-color: rgb(117,107,86); }

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