Html Css Color HEX #756D52 Peat

📋 copy color: '#756D52'

red 117 ◦ green 109 ◦ blue 82

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

Shades of Peat #756D52

Tints of Peat #756D52

RGB

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

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

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

R = 37.99%
G = 35.39%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756D52 (or 0x756D52) is known color: Peat. HEX triplet: 75, 6D and 52. RGB value is (117,109,82). Sum of RGB (Red+Green+Blue) = 117+109+82=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D52 is #8A92AD. Grayscale: #6C6C6C. Windows color (decimal): -9081518 or 5401973. OLE color: 5401973.

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

Color convert

RGB 117 109 82 -
CMYK 0 0.07 0.30 0.54
HSL 46.29º 0.18% 0.39% -
HSV(B) 46.29º 0.3% 0.46% -
XYZ 14.33 15.33 10.19 -
YUV 108.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 117 109 82 0 0.07 0.30 0.54 46.29 0.18 0.39
Hex 75 6D 52 0 7 1E 36 2E 12 27
Octal 165 155 122 0 7 36 66 56 22 47
Binary 1110101 1101101 1010010 0 111 11110 110110 101110 10010 100111

Color Harmonies of #756D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D52

Black with #756D52

Text Example


Text Example

White with #756D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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