Html Css Color HEX #7D7513 Pesto

📋 copy color: '#7D7513'

red 125 ◦ green 117 ◦ blue 19

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

Shades of Pesto #7D7513

Tints of Pesto #7D7513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 47.89%
G = 44.83%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7D7513 (or 0x7D7513) is known color: Pesto. HEX triplet: 7D, 75 and 13. RGB value is (125,117,19). Sum of RGB (Red+Green+Blue) = 125+117+19=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7513 is #828AEC. Grayscale: #6C6C6C. Windows color (decimal): -8555245 or 1275261. OLE color: 1275261.

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

Color convert

RGB 125 117 19 -
CMYK 0 0.06 0.85 0.51
HSL 55.47º 0.74% 0.28% -
HSV(B) 55.47º 0.85% 0.49% -
XYZ 14.94 17.13 3.14 -
YUV 108.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 125 117 19 0 0.06 0.85 0.51 55.47 0.74 0.28
Hex 7D 75 13 0 6 55 33 37 4A 1C
Octal 175 165 23 0 6 125 63 67 112 34
Binary 1111101 1110101 10011 0 110 1010101 110011 110111 1001010 11100

Color Harmonies of #7D7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7513

Black with #7D7513

Text Example


Text Example

White with #7D7513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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