Html Css Color HEX #756E52 Peat

📋 copy color: '#756E52'

red 117 ◦ green 110 ◦ blue 82

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

Shades of Peat #756E52

Tints of Peat #756E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.6%

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

R = 37.86%
G = 35.6%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756E52 (or 0x756E52) is known color: Peat. HEX triplet: 75, 6E and 52. RGB value is (117,110,82). Sum of RGB (Red+Green+Blue) = 117+110+82=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E52 is #8A91AD. Grayscale: #6D6D6D. Windows color (decimal): -9081262 or 5402229. OLE color: 5402229.

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

Color convert

RGB 117 110 82 -
CMYK 0 0.06 0.30 0.54
HSL 48º 0.18% 0.39% -
HSV(B) 48º 0.3% 0.46% -
XYZ 14.44 15.54 10.22 -
YUV 108.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 117 110 82 0 0.06 0.30 0.54 48 0.18 0.39
Hex 75 6E 52 0 6 1E 36 30 12 27
Octal 165 156 122 0 6 36 66 60 22 47
Binary 1110101 1101110 1010010 0 110 11110 110110 110000 10010 100111

Color Harmonies of #756E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E52

Black with #756E52

Text Example


Text Example

White with #756E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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