Html Css Color HEX #756C4F Peat

📋 copy color: '#756C4F'

red 117 ◦ green 108 ◦ blue 79

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

Shades of Peat #756C4F

Tints of Peat #756C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 38.49%
G = 35.53%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#756C4F (or 0x756C4F) is known color: Peat. HEX triplet: 75, 6C and 4F. RGB value is (117,108,79). Sum of RGB (Red+Green+Blue) = 117+108+79=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C4F is #8A93B0. Grayscale: #6B6B6B. Windows color (decimal): -9081777 or 5205109. OLE color: 5205109.

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

Color convert

RGB 117 108 79 -
CMYK 0 0.08 0.32 0.54
HSL 45.79º 0.19% 0.38% -
HSV(B) 45.79º 0.32% 0.46% -
XYZ 14.11 15.07 9.56 -
YUV 107.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 117 108 79 0 0.08 0.32 0.54 45.79 0.19 0.38
Hex 75 6C 4F 0 8 20 36 2E 13 26
Octal 165 154 117 0 10 40 66 56 23 46
Binary 1110101 1101100 1001111 0 1000 100000 110110 101110 10011 100110

Color Harmonies of #756C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C4F

Black with #756C4F

Text Example


Text Example

White with #756C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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