Html Css Color HEX #747057 Peat

📋 copy color: '#747057'

red 116 ◦ green 112 ◦ blue 87

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

Shades of Peat #747057

Tints of Peat #747057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.62%

R = 36.83%
G = 35.56%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#747057 (or 0x747057) is known color: Peat. HEX triplet: 74, 70 and 57. RGB value is (116,112,87). Sum of RGB (Red+Green+Blue) = 116+112+87=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #747057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747057 is #8B8FA8. Grayscale: #6E6E6E. Windows color (decimal): -9146281 or 5730420. OLE color: 5730420.

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

Color convert

RGB 116 112 87 -
CMYK 0 0.03 0.25 0.55
HSL 51.72º 0.14% 0.4% -
HSV(B) 51.72º 0.25% 0.45% -
XYZ 14.72 15.99 11.33 -
YUV 110.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 116 112 87 0 0.03 0.25 0.55 51.72 0.14 0.4
Hex 74 70 57 0 3 19 37 34 E 28
Octal 164 160 127 0 3 31 67 64 16 50
Binary 1110100 1110000 1010111 0 11 11001 110111 110100 1110 101000

Color Harmonies of #747057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747057

Black with #747057

Text Example


Text Example

White with #747057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747057; }

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

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

background-color css

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

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

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

border-color css

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

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

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