Html Css Color HEX #7D7519 Pesto

📋 copy color: '#7D7519'

red 125 ◦ green 117 ◦ blue 25

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

Shades of Pesto #7D7519

Tints of Pesto #7D7519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 46.82%
G = 43.82%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#7D7519 (or 0x7D7519) is known color: Pesto. HEX triplet: 7D, 75 and 19. RGB value is (125,117,25). Sum of RGB (Red+Green+Blue) = 125+117+25=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7519 is #828AE6. Grayscale: #6D6D6D. Windows color (decimal): -8555239 or 1668477. OLE color: 1668477.

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

Color convert

RGB 125 117 25 -
CMYK 0 0.06 0.8 0.51
HSL 55.2º 0.67% 0.29% -
HSV(B) 55.2º 0.8% 0.49% -
XYZ 14.99 17.15 3.44 -
YUV 108.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 125 117 25 0 0.06 0.8 0.51 55.2 0.67 0.29
Hex 7D 75 19 0 6 50 33 37 43 1D
Octal 175 165 31 0 6 120 63 67 103 35
Binary 1111101 1110101 11001 0 110 1010000 110011 110111 1000011 11101

Color Harmonies of #7D7519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7519

Black with #7D7519

Text Example


Text Example

White with #7D7519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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