Html Css Color HEX #756A53 Coffee

📋 copy color: '#756A53'

red 117 ◦ green 106 ◦ blue 83

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

Shades of Coffee #756A53

Tints of Coffee #756A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 38.24%
G = 34.64%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#756A53 (or 0x756A53) is known color: Coffee. HEX triplet: 75, 6A and 53. RGB value is (117,106,83). Sum of RGB (Red+Green+Blue) = 117+106+83=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A53 is #8A95AC. Grayscale: #6A6A6A. Windows color (decimal): -9082285 or 5466741. OLE color: 5466741.

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

Color convert

RGB 117 106 83 -
CMYK 0 0.09 0.29 0.54
HSL 40.59º 0.17% 0.39% -
HSV(B) 40.59º 0.29% 0.46% -
XYZ 14.05 14.71 10.28 -
YUV 106.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 117 106 83 0 0.09 0.29 0.54 40.59 0.17 0.39
Hex 75 6A 53 0 9 1D 36 29 11 27
Octal 165 152 123 0 11 35 66 51 21 47
Binary 1110101 1101010 1010011 0 1001 11101 110110 101001 10001 100111

Color Harmonies of #756A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A53

Black with #756A53

Text Example


Text Example

White with #756A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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