Html Css Color HEX #7D7518 Pesto

📋 copy color: '#7D7518'

red 125 ◦ green 117 ◦ blue 24

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

Shades of Pesto #7D7518

Tints of Pesto #7D7518

RGB

 RED value IS 125 (49.22% from 255) = 46.99%

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

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

R = 46.99%
G = 43.98%
B = 9.02%

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

#7D7518 (or 0x7D7518) is known color: Pesto. HEX triplet: 7D, 75 and 18. RGB value is (125,117,24). Sum of RGB (Red+Green+Blue) = 125+117+24=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7518 is #828AE7. Grayscale: #6D6D6D. Windows color (decimal): -8555240 or 1602941. OLE color: 1602941.

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

Color convert

RGB 125 117 24 -
CMYK 0 0.06 0.81 0.51
HSL 55.25º 0.68% 0.29% -
HSV(B) 55.25º 0.81% 0.49% -
XYZ 14.98 17.15 3.38 -
YUV 108.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 125 117 24 0 0.06 0.81 0.51 55.25 0.68 0.29
Hex 7D 75 18 0 6 51 33 37 44 1D
Octal 175 165 30 0 6 121 63 67 104 35
Binary 1111101 1110101 11000 0 110 1010001 110011 110111 1000100 11101

Color Harmonies of #7D7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7518

Black with #7D7518

Text Example


Text Example

White with #7D7518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,117,24); }

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

background-color css

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

 a { background-color: rgb(125,117,24); }

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

border-color css

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

 span { border-color: rgb(125,117,24); }

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