Html Css Color HEX #7C7515 Pesto

📋 copy color: '#7C7515'

red 124 ◦ green 117 ◦ blue 21

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

Shades of Pesto #7C7515

Tints of Pesto #7C7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.66%

 BLUE value IS 21 (8.59% from 255) = 8.02%

R = 47.33%
G = 44.66%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#7C7515 (or 0x7C7515) is known color: Pesto. HEX triplet: 7C, 75 and 15. RGB value is (124,117,21). Sum of RGB (Red+Green+Blue) = 124+117+21=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7515 is #838AEA. Grayscale: #6C6C6C. Windows color (decimal): -8620779 or 1406332. OLE color: 1406332.

HSL color Cylindrical-coordinate representation of color #7C7515: hue angle of 55.92º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C7515 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 117 21 -
CMYK 0 0.06 0.83 0.51
HSL 55.92º 0.71% 0.28% -
HSV(B) 55.92º 0.83% 0.49% -
XYZ 14.81 17.06 3.22 -
YUV 108.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 124 117 21 0 0.06 0.83 0.51 55.92 0.71 0.28
Hex 7C 75 15 0 6 53 33 38 47 1C
Octal 174 165 25 0 6 123 63 70 107 34
Binary 1111100 1110101 10101 0 110 1010011 110011 111000 1000111 11100

Color Harmonies of #7C7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7515

Black with #7C7515

Text Example


Text Example

White with #7C7515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,21); }

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

background-color css

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

 a { background-color: rgb(124,117,21); }

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

border-color css

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

 span { border-color: rgb(124,117,21); }

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