Html Css Color HEX #7C7716 Pesto

📋 copy color: '#7C7716'

red 124 ◦ green 119 ◦ blue 22

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

Shades of Pesto #7C7716

Tints of Pesto #7C7716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

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

R = 46.79%
G = 44.91%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C7716 (or 0x7C7716) is known color: Pesto. HEX triplet: 7C, 77 and 16. RGB value is (124,119,22). Sum of RGB (Red+Green+Blue) = 124+119+22=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7716 is #8388E9. Grayscale: #6D6D6D. Windows color (decimal): -8620266 or 1472380. OLE color: 1472380.

HSL color Cylindrical-coordinate representation of color #7C7716: hue angle of 57.06º 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 #7C7716 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 22 -
CMYK 0 0.04 0.82 0.51
HSL 57.06º 0.7% 0.29% -
HSV(B) 57.06º 0.82% 0.49% -
XYZ 15.05 17.54 3.35 -
YUV 109.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 124 119 22 0 0.04 0.82 0.51 57.06 0.7 0.29
Hex 7C 77 16 0 4 52 33 39 46 1D
Octal 174 167 26 0 4 122 63 71 106 35
Binary 1111100 1110111 10110 0 100 1010010 110011 111001 1000110 11101

Color Harmonies of #7C7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7716

Black with #7C7716

Text Example


Text Example

White with #7C7716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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