Html Css Color HEX #7C7616 Pesto

📋 copy color: '#7C7616'

red 124 ◦ green 118 ◦ blue 22

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

Shades of Pesto #7C7616

Tints of Pesto #7C7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.7%

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 46.97%
G = 44.7%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C7616 (or 0x7C7616) is known color: Pesto. HEX triplet: 7C, 76 and 16. RGB value is (124,118,22). Sum of RGB (Red+Green+Blue) = 124+118+22=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7616 is #8389E9. Grayscale: #6D6D6D. Windows color (decimal): -8620522 or 1472124. OLE color: 1472124.

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

Color convert

RGB 124 118 22 -
CMYK 0 0.05 0.82 0.51
HSL 56.47º 0.7% 0.29% -
HSV(B) 56.47º 0.82% 0.49% -
XYZ 14.94 17.3 3.31 -
YUV 108.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 124 118 22 0 0.05 0.82 0.51 56.47 0.7 0.29
Hex 7C 76 16 0 5 52 33 38 46 1D
Octal 174 166 26 0 5 122 63 70 106 35
Binary 1111100 1110110 10110 0 101 1010010 110011 111000 1000110 11101

Color Harmonies of #7C7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7616

Black with #7C7616

Text Example


Text Example

White with #7C7616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,118,22); }

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

background-color css

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

 a { background-color: rgb(124,118,22); }

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

border-color css

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

 span { border-color: rgb(124,118,22); }

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