Html Css Color HEX #747056 Peat

📋 copy color: '#747056'

red 116 ◦ green 112 ◦ blue 86

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

Shades of Peat #747056

Tints of Peat #747056

RGB

 RED value IS 116 (45.7% from 255) = 36.94%

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 36.94%
G = 35.67%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#747056 (or 0x747056) is known color: Peat. HEX triplet: 74, 70 and 56. RGB value is (116,112,86). Sum of RGB (Red+Green+Blue) = 116+112+86=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #747056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747056 is #8B8FA9. Grayscale: #6E6E6E. Windows color (decimal): -9146282 or 5664884. OLE color: 5664884.

HSL color Cylindrical-coordinate representation of color #747056: hue angle of 52º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #747056 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 86 -
CMYK 0 0.03 0.26 0.55
HSL 52º 0.15% 0.4% -
HSV(B) 52º 0.26% 0.45% -
XYZ 14.68 15.97 11.11 -
YUV 110.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 116 112 86 0 0.03 0.26 0.55 52 0.15 0.4
Hex 74 70 56 0 3 1A 37 34 F 28
Octal 164 160 126 0 3 32 67 64 17 50
Binary 1110100 1110000 1010110 0 11 11010 110111 110100 1111 101000

Color Harmonies of #747056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747056

Black with #747056

Text Example


Text Example

White with #747056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747056; }

 p { color: rgb(116,112,86); }

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

background-color css

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

 a { background-color: rgb(116,112,86); }

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

border-color css

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

 span { border-color: rgb(116,112,86); }

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