Html Css Color HEX #7C7318 Pesto

📋 copy color: '#7C7318'

red 124 ◦ green 115 ◦ blue 24

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

Shades of Pesto #7C7318

Tints of Pesto #7C7318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

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

R = 47.15%
G = 43.73%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C7318 (or 0x7C7318) is known color: Pesto. HEX triplet: 7C, 73 and 18. RGB value is (124,115,24). Sum of RGB (Red+Green+Blue) = 124+115+24=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7318 is #838CE7. Grayscale: #6B6B6B. Windows color (decimal): -8621288 or 1602428. OLE color: 1602428.

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

Color convert

RGB 124 115 24 -
CMYK 0 0.07 0.81 0.51
HSL 54.6º 0.68% 0.29% -
HSV(B) 54.6º 0.81% 0.49% -
XYZ 14.61 16.61 3.3 -
YUV 107.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 124 115 24 0 0.07 0.81 0.51 54.6 0.68 0.29
Hex 7C 73 18 0 7 51 33 37 44 1D
Octal 174 163 30 0 7 121 63 67 104 35
Binary 1111100 1110011 11000 0 111 1010001 110011 110111 1000100 11101

Color Harmonies of #7C7318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7318

Black with #7C7318

Text Example


Text Example

White with #7C7318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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