Html Css Color HEX #756D56 Peat

📋 copy color: '#756D56'

red 117 ◦ green 109 ◦ blue 86

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

Shades of Peat #756D56

Tints of Peat #756D56

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

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

R = 37.5%
G = 34.94%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756D56 (or 0x756D56) is known color: Peat. HEX triplet: 75, 6D and 56. RGB value is (117,109,86). Sum of RGB (Red+Green+Blue) = 117+109+86=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #756D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D56 is #8A92A9. Grayscale: #6C6C6C. Windows color (decimal): -9081514 or 5664117. OLE color: 5664117.

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

Color convert

RGB 117 109 86 -
CMYK 0 0.07 0.26 0.54
HSL 44.52º 0.15% 0.4% -
HSV(B) 44.52º 0.26% 0.46% -
XYZ 14.48 15.39 11.01 -
YUV 108.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 117 109 86 0 0.07 0.26 0.54 44.52 0.15 0.4
Hex 75 6D 56 0 7 1A 36 2D F 28
Octal 165 155 126 0 7 32 66 55 17 50
Binary 1110101 1101101 1010110 0 111 11010 110110 101101 1111 101000

Color Harmonies of #756D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D56

Black with #756D56

Text Example


Text Example

White with #756D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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