Html Css Color HEX #746A4E Peat

📋 copy color: '#746A4E'

red 116 ◦ green 106 ◦ blue 78

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

Shades of Peat #746A4E

Tints of Peat #746A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26%

R = 38.67%
G = 35.33%
B = 26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#746A4E (or 0x746A4E) is known color: Peat. HEX triplet: 74, 6A and 4E. RGB value is (116,106,78). Sum of RGB (Red+Green+Blue) = 116+106+78=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A4E is #8B95B1. Grayscale: #696969. Windows color (decimal): -9147826 or 5139060. OLE color: 5139060.

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

Color convert

RGB 116 106 78 -
CMYK 0 0.09 0.33 0.55
HSL 44.21º 0.2% 0.38% -
HSV(B) 44.21º 0.33% 0.45% -
XYZ 13.73 14.57 9.3 -
YUV 105.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 116 106 78 0 0.09 0.33 0.55 44.21 0.2 0.38
Hex 74 6A 4E 0 9 21 37 2C 14 26
Octal 164 152 116 0 11 41 67 54 24 46
Binary 1110100 1101010 1001110 0 1001 100001 110111 101100 10100 100110

Color Harmonies of #746A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A4E

Black with #746A4E

Text Example


Text Example

White with #746A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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