Html Css Color HEX #7C711C Pesto

📋 copy color: '#7C711C'

red 124 ◦ green 113 ◦ blue 28

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

Shades of Pesto #7C711C

Tints of Pesto #7C711C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 46.79%
G = 42.64%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C711C (or 0x7C711C) is known color: Pesto. HEX triplet: 7C, 71 and 1C. RGB value is (124,113,28). Sum of RGB (Red+Green+Blue) = 124+113+28=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C711C is #838EE3. Grayscale: #6A6A6A. Windows color (decimal): -8621796 or 1864060. OLE color: 1864060.

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

Color convert

RGB 124 113 28 -
CMYK 0 0.09 0.77 0.51
HSL 53.13º 0.63% 0.3% -
HSV(B) 53.13º 0.77% 0.49% -
XYZ 14.43 16.18 3.46 -
YUV 106.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 124 113 28 0 0.09 0.77 0.51 53.13 0.63 0.3
Hex 7C 71 1C 0 9 4D 33 35 3F 1E
Octal 174 161 34 0 11 115 63 65 77 36
Binary 1111100 1110001 11100 0 1001 1001101 110011 110101 111111 11110

Color Harmonies of #7C711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C711C

Black with #7C711C

Text Example


Text Example

White with #7C711C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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