Html Css Color HEX #7C712E Pesto

📋 copy color: '#7C712E'

red 124 ◦ green 113 ◦ blue 46

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

Shades of Pesto #7C712E

Tints of Pesto #7C712E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.93%

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 43.82%
G = 39.93%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C712E (or 0x7C712E) is known color: Pesto. HEX triplet: 7C, 71 and 2E. RGB value is (124,113,46). Sum of RGB (Red+Green+Blue) = 124+113+46=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C712E is #838ED1. Grayscale: #6C6C6C. Windows color (decimal): -8621778 or 3043708. OLE color: 3043708.

HSL color Cylindrical-coordinate representation of color #7C712E: hue angle of 51.54º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C712E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 113 46 -
CMYK 0 0.09 0.63 0.51
HSL 51.54º 0.46% 0.33% -
HSV(B) 51.54º 0.63% 0.49% -
XYZ 14.71 16.29 4.95 -
YUV 108.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 124 113 46 0 0.09 0.63 0.51 51.54 0.46 0.33
Hex 7C 71 2E 0 9 3F 33 34 2E 21
Octal 174 161 56 0 11 77 63 64 56 41
Binary 1111100 1110001 101110 0 1001 111111 110011 110100 101110 100001

Color Harmonies of #7C712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C712E

Black with #7C712E

Text Example


Text Example

White with #7C712E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,46); }

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

background-color css

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

 a { background-color: rgb(124,113,46); }

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

border-color css

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

 span { border-color: rgb(124,113,46); }

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