Html Css Color HEX #7C7517 Pesto

📋 copy color: '#7C7517'

red 124 ◦ green 117 ◦ blue 23

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

Shades of Pesto #7C7517

Tints of Pesto #7C7517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 46.97%
G = 44.32%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C7517 (or 0x7C7517) is known color: Pesto. HEX triplet: 7C, 75 and 17. RGB value is (124,117,23). Sum of RGB (Red+Green+Blue) = 124+117+23=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7517 is #838AE8. Grayscale: #6C6C6C. Windows color (decimal): -8620777 or 1537404. OLE color: 1537404.

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

Color convert

RGB 124 117 23 -
CMYK 0 0.06 0.81 0.51
HSL 55.84º 0.69% 0.29% -
HSV(B) 55.84º 0.81% 0.49% -
XYZ 14.83 17.07 3.32 -
YUV 108.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 124 117 23 0 0.06 0.81 0.51 55.84 0.69 0.29
Hex 7C 75 17 0 6 51 33 38 45 1D
Octal 174 165 27 0 6 121 63 70 105 35
Binary 1111100 1110101 10111 0 110 1010001 110011 111000 1000101 11101

Color Harmonies of #7C7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7517

Black with #7C7517

Text Example


Text Example

White with #7C7517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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