Html Css Color HEX #756952 Coffee

📋 copy color: '#756952'

red 117 ◦ green 105 ◦ blue 82

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

Shades of Coffee #756952

Tints of Coffee #756952

RGB

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

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

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

R = 38.49%
G = 34.54%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756952 (or 0x756952) is known color: Coffee. HEX triplet: 75, 69 and 52. RGB value is (117,105,82). Sum of RGB (Red+Green+Blue) = 117+105+82=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756952 is #8A96AD. Grayscale: #6A6A6A. Windows color (decimal): -9082542 or 5400949. OLE color: 5400949.

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

Color convert

RGB 117 105 82 -
CMYK 0 0.10 0.30 0.54
HSL 39.43º 0.18% 0.39% -
HSV(B) 39.43º 0.3% 0.46% -
XYZ 13.91 14.49 10.05 -
YUV 105.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 117 105 82 0 0.10 0.30 0.54 39.43 0.18 0.39
Hex 75 69 52 0 A 1E 36 27 12 27
Octal 165 151 122 0 12 36 66 47 22 47
Binary 1110101 1101001 1010010 0 1010 11110 110110 100111 10010 100111

Color Harmonies of #756952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756952

Black with #756952

Text Example


Text Example

White with #756952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756952; }

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

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

background-color css

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

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

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

border-color css

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

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

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