Html Css Color HEX #7C7618 Pesto

📋 copy color: '#7C7618'

red 124 ◦ green 118 ◦ blue 24

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

Shades of Pesto #7C7618

Tints of Pesto #7C7618

RGB

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

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

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

R = 46.62%
G = 44.36%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C7618 (or 0x7C7618) is known color: Pesto. HEX triplet: 7C, 76 and 18. RGB value is (124,118,24). Sum of RGB (Red+Green+Blue) = 124+118+24=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7618 is #8389E7. Grayscale: #6D6D6D. Windows color (decimal): -8620520 or 1603196. OLE color: 1603196.

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

Color convert

RGB 124 118 24 -
CMYK 0 0.05 0.81 0.51
HSL 56.4º 0.68% 0.29% -
HSV(B) 56.4º 0.81% 0.49% -
XYZ 14.96 17.31 3.42 -
YUV 109.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 124 118 24 0 0.05 0.81 0.51 56.4 0.68 0.29
Hex 7C 76 18 0 5 51 33 38 44 1D
Octal 174 166 30 0 5 121 63 70 104 35
Binary 1111100 1110110 11000 0 101 1010001 110011 111000 1000100 11101

Color Harmonies of #7C7618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7618

Black with #7C7618

Text Example


Text Example

White with #7C7618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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