Html Css Color HEX #756C52 Peat

📋 copy color: '#756C52'

red 117 ◦ green 108 ◦ blue 82

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

Shades of Peat #756C52

Tints of Peat #756C52

RGB

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

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

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

R = 38.11%
G = 35.18%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756C52 (or 0x756C52) is known color: Peat. HEX triplet: 75, 6C and 52. RGB value is (117,108,82). Sum of RGB (Red+Green+Blue) = 117+108+82=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C52 is #8A93AD. Grayscale: #6B6B6B. Windows color (decimal): -9081774 or 5401717. OLE color: 5401717.

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

Color convert

RGB 117 108 82 -
CMYK 0 0.08 0.30 0.54
HSL 44.57º 0.18% 0.39% -
HSV(B) 44.57º 0.3% 0.46% -
XYZ 14.22 15.12 10.15 -
YUV 107.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 117 108 82 0 0.08 0.30 0.54 44.57 0.18 0.39
Hex 75 6C 52 0 8 1E 36 2D 12 27
Octal 165 154 122 0 10 36 66 55 22 47
Binary 1110101 1101100 1010010 0 1000 11110 110110 101101 10010 100111

Color Harmonies of #756C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C52

Black with #756C52

Text Example


Text Example

White with #756C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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