Html Css Color HEX #756F52 Peat

📋 copy color: '#756F52'

red 117 ◦ green 111 ◦ blue 82

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

Shades of Peat #756F52

Tints of Peat #756F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

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

R = 37.74%
G = 35.81%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756F52 (or 0x756F52) is known color: Peat. HEX triplet: 75, 6F and 52. RGB value is (117,111,82). Sum of RGB (Red+Green+Blue) = 117+111+82=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F52 is #8A90AD. Grayscale: #6D6D6D. Windows color (decimal): -9081006 or 5402485. OLE color: 5402485.

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

Color convert

RGB 117 111 82 -
CMYK 0 0.05 0.30 0.54
HSL 49.71º 0.18% 0.39% -
HSV(B) 49.71º 0.3% 0.46% -
XYZ 14.54 15.76 10.26 -
YUV 109.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 117 111 82 0 0.05 0.30 0.54 49.71 0.18 0.39
Hex 75 6F 52 0 5 1E 36 32 12 27
Octal 165 157 122 0 5 36 66 62 22 47
Binary 1110101 1101111 1010010 0 101 11110 110110 110010 10010 100111

Color Harmonies of #756F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F52

Black with #756F52

Text Example


Text Example

White with #756F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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