Html Css Color HEX #7D7218 Pesto

📋 copy color: '#7D7218'

red 125 ◦ green 114 ◦ blue 24

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

Shades of Pesto #7D7218

Tints of Pesto #7D7218

RGB

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

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

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

R = 47.53%
G = 43.35%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D7218 (or 0x7D7218) is known color: Pesto. HEX triplet: 7D, 72 and 18. RGB value is (125,114,24). Sum of RGB (Red+Green+Blue) = 125+114+24=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7218 is #828DE7. Grayscale: #6B6B6B. Windows color (decimal): -8556008 or 1602173. OLE color: 1602173.

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

Color convert

RGB 125 114 24 -
CMYK 0 0.09 0.81 0.51
HSL 53.47º 0.68% 0.29% -
HSV(B) 53.47º 0.81% 0.49% -
XYZ 14.64 16.46 3.27 -
YUV 107.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 125 114 24 0 0.09 0.81 0.51 53.47 0.68 0.29
Hex 7D 72 18 0 9 51 33 35 44 1D
Octal 175 162 30 0 11 121 63 65 104 35
Binary 1111101 1110010 11000 0 1001 1010001 110011 110101 1000100 11101

Color Harmonies of #7D7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7218

Black with #7D7218

Text Example


Text Example

White with #7D7218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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