Html Css Color HEX #756C56 Peat

📋 copy color: '#756C56'

red 117 ◦ green 108 ◦ blue 86

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

Shades of Peat #756C56

Tints of Peat #756C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 37.62%
G = 34.73%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756C56 (or 0x756C56) is known color: Peat. HEX triplet: 75, 6C and 56. RGB value is (117,108,86). Sum of RGB (Red+Green+Blue) = 117+108+86=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C56 is #8A93A9. Grayscale: #6C6C6C. Windows color (decimal): -9081770 or 5663861. OLE color: 5663861.

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

Color convert

RGB 117 108 86 -
CMYK 0 0.08 0.26 0.54
HSL 42.58º 0.15% 0.4% -
HSV(B) 42.58º 0.26% 0.46% -
XYZ 14.38 15.18 10.98 -
YUV 108.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 117 108 86 0 0.08 0.26 0.54 42.58 0.15 0.4
Hex 75 6C 56 0 8 1A 36 2B F 28
Octal 165 154 126 0 10 32 66 53 17 50
Binary 1110101 1101100 1010110 0 1000 11010 110110 101011 1111 101000

Color Harmonies of #756C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C56

Black with #756C56

Text Example


Text Example

White with #756C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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