Html Css Color HEX #7C7219 Pesto

📋 copy color: '#7C7219'

red 124 ◦ green 114 ◦ blue 25

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

Shades of Pesto #7C7219

Tints of Pesto #7C7219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 47.15%
G = 43.35%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C7219 (or 0x7C7219) is known color: Pesto. HEX triplet: 7C, 72 and 19. RGB value is (124,114,25). Sum of RGB (Red+Green+Blue) = 124+114+25=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7219 is #838DE6. Grayscale: #6B6B6B. Windows color (decimal): -8621543 or 1667708. OLE color: 1667708.

HSL color Cylindrical-coordinate representation of color #7C7219: hue angle of 53.94º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C7219 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 114 25 -
CMYK 0 0.08 0.80 0.51
HSL 53.94º 0.66% 0.29% -
HSV(B) 53.94º 0.8% 0.49% -
XYZ 14.5 16.39 3.32 -
YUV 106.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 124 114 25 0 0.08 0.80 0.51 53.94 0.66 0.29
Hex 7C 72 19 0 8 50 33 36 42 1D
Octal 174 162 31 0 10 120 63 66 102 35
Binary 1111100 1110010 11001 0 1000 1010000 110011 110110 1000010 11101

Color Harmonies of #7C7219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7219

Black with #7C7219

Text Example


Text Example

White with #7C7219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,114,25); }

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

background-color css

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

 a { background-color: rgb(124,114,25); }

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

border-color css

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

 span { border-color: rgb(124,114,25); }

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