Html Css Color HEX #7C7714 Pesto

📋 copy color: '#7C7714'

red 124 ◦ green 119 ◦ blue 20

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

Shades of Pesto #7C7714

Tints of Pesto #7C7714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 47.15%
G = 45.25%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C7714 (or 0x7C7714) is known color: Pesto. HEX triplet: 7C, 77 and 14. RGB value is (124,119,20). Sum of RGB (Red+Green+Blue) = 124+119+20=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7714 is #8388EB. Grayscale: #6D6D6D. Windows color (decimal): -8620268 or 1341308. OLE color: 1341308.

HSL color Cylindrical-coordinate representation of color #7C7714: hue angle of 57.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C7714 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 20 -
CMYK 0 0.04 0.84 0.51
HSL 57.12º 0.72% 0.28% -
HSV(B) 57.12º 0.84% 0.49% -
XYZ 15.04 17.53 3.25 -
YUV 109.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 124 119 20 0 0.04 0.84 0.51 57.12 0.72 0.28
Hex 7C 77 14 0 4 54 33 39 48 1C
Octal 174 167 24 0 4 124 63 71 110 34
Binary 1111100 1110111 10100 0 100 1010100 110011 111001 1001000 11100

Color Harmonies of #7C7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7714

Black with #7C7714

Text Example


Text Example

White with #7C7714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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