Html Css Color HEX #746B57 Peat

📋 copy color: '#746B57'

red 116 ◦ green 107 ◦ blue 87

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

Shades of Peat #746B57

Tints of Peat #746B57

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.52%

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

R = 37.42%
G = 34.52%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#746B57 (or 0x746B57) is known color: Peat. HEX triplet: 74, 6B and 57. RGB value is (116,107,87). Sum of RGB (Red+Green+Blue) = 116+107+87=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #746B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B57 is #8B94A8. Grayscale: #6B6B6B. Windows color (decimal): -9147561 or 5729140. OLE color: 5729140.

HSL color Cylindrical-coordinate representation of color #746B57: hue angle of 41.38º 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 #746B57 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 87 -
CMYK 0 0.08 0.25 0.55
HSL 41.38º 0.14% 0.4% -
HSV(B) 41.38º 0.25% 0.45% -
XYZ 14.18 14.92 11.15 -
YUV 107.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 116 107 87 0 0.08 0.25 0.55 41.38 0.14 0.4
Hex 74 6B 57 0 8 19 37 29 E 28
Octal 164 153 127 0 10 31 67 51 16 50
Binary 1110100 1101011 1010111 0 1000 11001 110111 101001 1110 101000

Color Harmonies of #746B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B57

Black with #746B57

Text Example


Text Example

White with #746B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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