Html Css Color HEX #7C7218 Pesto

📋 copy color: '#7C7218'

red 124 ◦ green 114 ◦ blue 24

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

Shades of Pesto #7C7218

Tints of Pesto #7C7218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 47.33%
G = 43.51%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C7218 (or 0x7C7218) is known color: Pesto. HEX triplet: 7C, 72 and 18. RGB value is (124,114,24). Sum of RGB (Red+Green+Blue) = 124+114+24=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7218 is #838DE7. Grayscale: #6B6B6B. Windows color (decimal): -8621544 or 1602172. OLE color: 1602172.

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

Color convert

RGB 124 114 24 -
CMYK 0 0.08 0.81 0.51
HSL 54º 0.68% 0.29% -
HSV(B) 54º 0.81% 0.49% -
XYZ 14.49 16.39 3.26 -
YUV 106.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 124 114 24 0 0.08 0.81 0.51 54 0.68 0.29
Hex 7C 72 18 0 8 51 33 36 44 1D
Octal 174 162 30 0 10 121 63 66 104 35
Binary 1111100 1110010 11000 0 1000 1010001 110011 110110 1000100 11101

Color Harmonies of #7C7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7218

Black with #7C7218

Text Example


Text Example

White with #7C7218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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