Html Css Color HEX #7C711A Pesto

📋 copy color: '#7C711A'

red 124 ◦ green 113 ◦ blue 26

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

Shades of Pesto #7C711A

Tints of Pesto #7C711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 47.15%
G = 42.97%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C711A (or 0x7C711A) is known color: Pesto. HEX triplet: 7C, 71 and 1A. RGB value is (124,113,26). Sum of RGB (Red+Green+Blue) = 124+113+26=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C711A is #838EE5. Grayscale: #6A6A6A. Windows color (decimal): -8621798 or 1732988. OLE color: 1732988.

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

Color convert

RGB 124 113 26 -
CMYK 0 0.09 0.79 0.51
HSL 53.27º 0.65% 0.29% -
HSV(B) 53.27º 0.79% 0.49% -
XYZ 14.4 16.17 3.34 -
YUV 106.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 124 113 26 0 0.09 0.79 0.51 53.27 0.65 0.29
Hex 7C 71 1A 0 9 4F 33 35 41 1D
Octal 174 161 32 0 11 117 63 65 101 35
Binary 1111100 1110001 11010 0 1001 1001111 110011 110101 1000001 11101

Color Harmonies of #7C711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C711A

Black with #7C711A

Text Example


Text Example

White with #7C711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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