Html Css Color HEX #756752 Coffee

📋 copy color: '#756752'

red 117 ◦ green 103 ◦ blue 82

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

Shades of Coffee #756752

Tints of Coffee #756752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

 BLUE value IS 82 (32.42% from 255) = 27.15%

R = 38.74%
G = 34.11%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756752 (or 0x756752) is known color: Coffee. HEX triplet: 75, 67 and 52. RGB value is (117,103,82). Sum of RGB (Red+Green+Blue) = 117+103+82=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756752 is #8A98AD. Grayscale: #686868. Windows color (decimal): -9083054 or 5400437. OLE color: 5400437.

HSL color Cylindrical-coordinate representation of color #756752: hue angle of 36º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756752 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 82 -
CMYK 0 0.12 0.30 0.54
HSL 36º 0.18% 0.39% -
HSV(B) 36º 0.3% 0.46% -
XYZ 13.71 14.09 9.98 -
YUV 104.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 117 103 82 0 0.12 0.30 0.54 36 0.18 0.39
Hex 75 67 52 0 C 1E 36 24 12 27
Octal 165 147 122 0 14 36 66 44 22 47
Binary 1110101 1100111 1010010 0 1100 11110 110110 100100 10010 100111

Color Harmonies of #756752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756752

Black with #756752

Text Example


Text Example

White with #756752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756752; }

 p { color: rgb(117,103,82); }

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

background-color css

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

 a { background-color: rgb(117,103,82); }

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

border-color css

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

 span { border-color: rgb(117,103,82); }

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