Html Css Color HEX #7C6F20 Pesto

📋 copy color: '#7C6F20'

red 124 ◦ green 111 ◦ blue 32

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

Shades of Pesto #7C6F20

Tints of Pesto #7C6F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 46.44%
G = 41.57%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7C6F20 (or 0x7C6F20) is known color: Pesto. HEX triplet: 7C, 6F and 20. RGB value is (124,111,32). Sum of RGB (Red+Green+Blue) = 124+111+32=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6F20 is #8390DF. Grayscale: #6A6A6A. Windows color (decimal): -8622304 or 2125692. OLE color: 2125692.

HSL color Cylindrical-coordinate representation of color #7C6F20: hue angle of 51.52º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C6F20 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 111 32 -
CMYK 0 0.10 0.74 0.51
HSL 51.52º 0.59% 0.31% -
HSV(B) 51.52º 0.74% 0.49% -
XYZ 14.26 15.76 3.66 -
YUV 105.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 124 111 32 0 0.10 0.74 0.51 51.52 0.59 0.31
Hex 7C 6F 20 0 A 4A 33 34 3B 1F
Octal 174 157 40 0 12 112 63 64 73 37
Binary 1111100 1101111 100000 0 1010 1001010 110011 110100 111011 11111

Color Harmonies of #7C6F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6F20

Black with #7C6F20

Text Example


Text Example

White with #7C6F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,111,32); }

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

background-color css

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

 a { background-color: rgb(124,111,32); }

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

border-color css

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

 span { border-color: rgb(124,111,32); }

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