Html Css Color HEX #7C7718 Pesto

📋 copy color: '#7C7718'

red 124 ◦ green 119 ◦ blue 24

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

Shades of Pesto #7C7718

Tints of Pesto #7C7718

RGB

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

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

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

R = 46.44%
G = 44.57%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C7718 (or 0x7C7718) is known color: Pesto. HEX triplet: 7C, 77 and 18. RGB value is (124,119,24). Sum of RGB (Red+Green+Blue) = 124+119+24=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7718 is #8388E7. Grayscale: #6E6E6E. Windows color (decimal): -8620264 or 1603452. OLE color: 1603452.

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

Color convert

RGB 124 119 24 -
CMYK 0 0.04 0.81 0.51
HSL 57º 0.68% 0.29% -
HSV(B) 57º 0.81% 0.49% -
XYZ 15.07 17.54 3.46 -
YUV 109.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 124 119 24 0 0.04 0.81 0.51 57 0.68 0.29
Hex 7C 77 18 0 4 51 33 39 44 1D
Octal 174 167 30 0 4 121 63 71 104 35
Binary 1111100 1110111 11000 0 100 1010001 110011 111001 1000100 11101

Color Harmonies of #7C7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7718

Black with #7C7718

Text Example


Text Example

White with #7C7718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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