Html Css Color HEX #746C52 Peat

📋 copy color: '#746C52'

red 116 ◦ green 108 ◦ blue 82

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

Shades of Peat #746C52

Tints of Peat #746C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

 BLUE value IS 82 (32.42% from 255) = 26.8%

R = 37.91%
G = 35.29%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#746C52 (or 0x746C52) is known color: Peat. HEX triplet: 74, 6C and 52. RGB value is (116,108,82). Sum of RGB (Red+Green+Blue) = 116+108+82=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #746C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C52 is #8B93AD. Grayscale: #6B6B6B. Windows color (decimal): -9147310 or 5401716. OLE color: 5401716.

HSL color Cylindrical-coordinate representation of color #746C52: hue angle of 45.88º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746C52 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 82 -
CMYK 0 0.07 0.29 0.55
HSL 45.88º 0.17% 0.39% -
HSV(B) 45.88º 0.29% 0.45% -
XYZ 14.09 15.05 10.14 -
YUV 107.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 116 108 82 0 0.07 0.29 0.55 45.88 0.17 0.39
Hex 74 6C 52 0 7 1D 37 2E 11 27
Octal 164 154 122 0 7 35 67 56 21 47
Binary 1110100 1101100 1010010 0 111 11101 110111 101110 10001 100111

Color Harmonies of #746C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C52

Black with #746C52

Text Example


Text Example

White with #746C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,108,82); }

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

background-color css

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

 a { background-color: rgb(116,108,82); }

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

border-color css

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

 span { border-color: rgb(116,108,82); }

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