Html Css Color HEX #756C54 Peat

📋 copy color: '#756C54'

red 117 ◦ green 108 ◦ blue 84

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

Shades of Peat #756C54

Tints of Peat #756C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.18%

R = 37.86%
G = 34.95%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756C54 (or 0x756C54) is known color: Peat. HEX triplet: 75, 6C and 54. RGB value is (117,108,84). Sum of RGB (Red+Green+Blue) = 117+108+84=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C54 is #8A93AB. Grayscale: #6C6C6C. Windows color (decimal): -9081772 or 5532789. OLE color: 5532789.

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

Color convert

RGB 117 108 84 -
CMYK 0 0.08 0.28 0.54
HSL 43.64º 0.16% 0.39% -
HSV(B) 43.64º 0.28% 0.46% -
XYZ 14.3 15.15 10.56 -
YUV 107.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 117 108 84 0 0.08 0.28 0.54 43.64 0.16 0.39
Hex 75 6C 54 0 8 1C 36 2C 10 27
Octal 165 154 124 0 10 34 66 54 20 47
Binary 1110101 1101100 1010100 0 1000 11100 110110 101100 10000 100111

Color Harmonies of #756C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C54

Black with #756C54

Text Example


Text Example

White with #756C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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