Html Css Color HEX #756956 Coffee

📋 copy color: '#756956'

red 117 ◦ green 105 ◦ blue 86

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

Shades of Coffee #756956

Tints of Coffee #756956

RGB

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

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

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

R = 37.99%
G = 34.09%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756956 (or 0x756956) is known color: Coffee. HEX triplet: 75, 69 and 56. RGB value is (117,105,86). Sum of RGB (Red+Green+Blue) = 117+105+86=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756956 is #8A96A9. Grayscale: #6A6A6A. Windows color (decimal): -9082538 or 5663093. OLE color: 5663093.

HSL color Cylindrical-coordinate representation of color #756956: hue angle of 36.77º 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 #756956 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 86 -
CMYK 0 0.10 0.26 0.54
HSL 36.77º 0.15% 0.4% -
HSV(B) 36.77º 0.26% 0.46% -
XYZ 14.07 14.56 10.87 -
YUV 106.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 117 105 86 0 0.10 0.26 0.54 36.77 0.15 0.4
Hex 75 69 56 0 A 1A 36 25 F 28
Octal 165 151 126 0 12 32 66 45 17 50
Binary 1110101 1101001 1010110 0 1010 11010 110110 100101 1111 101000

Color Harmonies of #756956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756956

Black with #756956

Text Example


Text Example

White with #756956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756956; }

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

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

background-color css

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

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

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

border-color css

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

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

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