Html Css Color HEX #7C6D28 Pesto

📋 copy color: '#7C6D28'

red 124 ◦ green 109 ◦ blue 40

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

Shades of Pesto #7C6D28

Tints of Pesto #7C6D28

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.93%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 45.42%
G = 39.93%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C6D28 (or 0x7C6D28) is known color: Pesto. HEX triplet: 7C, 6D and 28. RGB value is (124,109,40). Sum of RGB (Red+Green+Blue) = 124+109+40=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D28 is #8392D7. Grayscale: #696969. Windows color (decimal): -8622808 or 2649468. OLE color: 2649468.

HSL color Cylindrical-coordinate representation of color #7C6D28: hue angle of 49.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C6D28 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 109 40 -
CMYK 0 0.12 0.68 0.51
HSL 49.29º 0.51% 0.32% -
HSV(B) 49.29º 0.68% 0.49% -
XYZ 14.16 15.38 4.23 -
YUV 105.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 124 109 40 0 0.12 0.68 0.51 49.29 0.51 0.32
Hex 7C 6D 28 0 C 44 33 31 33 20
Octal 174 155 50 0 14 104 63 61 63 40
Binary 1111100 1101101 101000 0 1100 1000100 110011 110001 110011 100000

Color Harmonies of #7C6D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6D28

Black with #7C6D28

Text Example


Text Example

White with #7C6D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,109,40); }

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

background-color css

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

 a { background-color: rgb(124,109,40); }

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

border-color css

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

 span { border-color: rgb(124,109,40); }

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