Html Css Color HEX #7C7217 Pesto

📋 copy color: '#7C7217'

red 124 ◦ green 114 ◦ blue 23

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

Shades of Pesto #7C7217

Tints of Pesto #7C7217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 47.51%
G = 43.68%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C7217 (or 0x7C7217) is known color: Pesto. HEX triplet: 7C, 72 and 17. RGB value is (124,114,23). Sum of RGB (Red+Green+Blue) = 124+114+23=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7217 is #838DE8. Grayscale: #6A6A6A. Windows color (decimal): -8621545 or 1536636. OLE color: 1536636.

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

Color convert

RGB 124 114 23 -
CMYK 0 0.08 0.81 0.51
HSL 54.06º 0.69% 0.29% -
HSV(B) 54.06º 0.81% 0.49% -
XYZ 14.48 16.38 3.21 -
YUV 106.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 124 114 23 0 0.08 0.81 0.51 54.06 0.69 0.29
Hex 7C 72 17 0 8 51 33 36 45 1D
Octal 174 162 27 0 10 121 63 66 105 35
Binary 1111100 1110010 10111 0 1000 1010001 110011 110110 1000101 11101

Color Harmonies of #7C7217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7217

Black with #7C7217

Text Example


Text Example

White with #7C7217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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