Html Css Color HEX #746A4F Peat

📋 copy color: '#746A4F'

red 116 ◦ green 106 ◦ blue 79

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

Shades of Peat #746A4F

Tints of Peat #746A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

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

R = 38.54%
G = 35.22%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#746A4F (or 0x746A4F) is known color: Peat. HEX triplet: 74, 6A and 4F. RGB value is (116,106,79). Sum of RGB (Red+Green+Blue) = 116+106+79=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #746A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A4F is #8B95B0. Grayscale: #6A6A6A. Windows color (decimal): -9147825 or 5204596. OLE color: 5204596.

HSL color Cylindrical-coordinate representation of color #746A4F: hue angle of 43.78º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #746A4F is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 79 -
CMYK 0 0.09 0.32 0.55
HSL 43.78º 0.19% 0.38% -
HSV(B) 43.78º 0.32% 0.45% -
XYZ 13.77 14.59 9.49 -
YUV 105.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 116 106 79 0 0.09 0.32 0.55 43.78 0.19 0.38
Hex 74 6A 4F 0 9 20 37 2C 13 26
Octal 164 152 117 0 11 40 67 54 23 46
Binary 1110100 1101010 1001111 0 1001 100000 110111 101100 10011 100110

Color Harmonies of #746A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A4F

Black with #746A4F

Text Example


Text Example

White with #746A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,106,79); }

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

background-color css

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

 a { background-color: rgb(116,106,79); }

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

border-color css

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

 span { border-color: rgb(116,106,79); }

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