Html Css Color HEX #7C6E4F Peat

📋 copy color: '#7C6E4F'

red 124 ◦ green 110 ◦ blue 79

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

Shades of Peat #7C6E4F

Tints of Peat #7C6E4F

RGB

 RED value IS 124 (48.83% from 255) = 39.62%

 GREEN value IS 110 (43.36% from 255) = 35.14%

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

R = 39.62%
G = 35.14%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C6E4F (or 0x7C6E4F) is known color: Peat. HEX triplet: 7C, 6E and 4F. RGB value is (124,110,79). Sum of RGB (Red+Green+Blue) = 124+110+79=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6E4F is #8391B0. Grayscale: #6E6E6E. Windows color (decimal): -8622513 or 5205628. OLE color: 5205628.

HSL color Cylindrical-coordinate representation of color #7C6E4F: hue angle of 41.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C6E4F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 110 79 -
CMYK 0 0.11 0.36 0.51
HSL 41.33º 0.22% 0.4% -
HSV(B) 41.33º 0.36% 0.49% -
XYZ 15.3 16 9.68 -
YUV 110.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 124 110 79 0 0.11 0.36 0.51 41.33 0.22 0.4
Hex 7C 6E 4F 0 B 24 33 29 16 28
Octal 174 156 117 0 13 44 63 51 26 50
Binary 1111100 1101110 1001111 0 1011 100100 110011 101001 10110 101000

Color Harmonies of #7C6E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6E4F

Black with #7C6E4F

Text Example


Text Example

White with #7C6E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C6E4F; }

 p { color: rgb(124,110,79); }

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

background-color css

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

 a { background-color: rgb(124,110,79); }

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

border-color css

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

 span { border-color: rgb(124,110,79); }

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