Html Css Color HEX #756A54 Coffee

📋 copy color: '#756A54'

red 117 ◦ green 106 ◦ blue 84

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

Shades of Coffee #756A54

Tints of Coffee #756A54

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

 BLUE value IS 84 (33.2% from 255) = 27.36%

R = 38.11%
G = 34.53%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756A54 (or 0x756A54) is known color: Coffee. HEX triplet: 75, 6A and 54. RGB value is (117,106,84). Sum of RGB (Red+Green+Blue) = 117+106+84=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A54 is #8A95AB. Grayscale: #6A6A6A. Windows color (decimal): -9082284 or 5532277. OLE color: 5532277.

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

Color convert

RGB 117 106 84 -
CMYK 0 0.09 0.28 0.54
HSL 40º 0.16% 0.39% -
HSV(B) 40º 0.28% 0.46% -
XYZ 14.09 14.73 10.49 -
YUV 106.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 117 106 84 0 0.09 0.28 0.54 40 0.16 0.39
Hex 75 6A 54 0 9 1C 36 28 10 27
Octal 165 152 124 0 11 34 66 50 20 47
Binary 1110101 1101010 1010100 0 1001 11100 110110 101000 10000 100111

Color Harmonies of #756A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A54

Black with #756A54

Text Example


Text Example

White with #756A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,84); }

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

background-color css

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

 a { background-color: rgb(117,106,84); }

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

border-color css

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

 span { border-color: rgb(117,106,84); }

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