Html Css Color HEX #7D7514 Pesto

📋 copy color: '#7D7514'

red 125 ◦ green 117 ◦ blue 20

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

Shades of Pesto #7D7514

Tints of Pesto #7D7514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 47.71%
G = 44.66%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7D7514 (or 0x7D7514) is known color: Pesto. HEX triplet: 7D, 75 and 14. RGB value is (125,117,20). Sum of RGB (Red+Green+Blue) = 125+117+20=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7514 is #828AEB. Grayscale: #6C6C6C. Windows color (decimal): -8555244 or 1340797. OLE color: 1340797.

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

Color convert

RGB 125 117 20 -
CMYK 0 0.06 0.84 0.51
HSL 55.43º 0.72% 0.28% -
HSV(B) 55.43º 0.84% 0.49% -
XYZ 14.95 17.13 3.18 -
YUV 108.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 125 117 20 0 0.06 0.84 0.51 55.43 0.72 0.28
Hex 7D 75 14 0 6 54 33 37 48 1C
Octal 175 165 24 0 6 124 63 67 110 34
Binary 1111101 1110101 10100 0 110 1010100 110011 110111 1001000 11100

Color Harmonies of #7D7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7514

Black with #7D7514

Text Example


Text Example

White with #7D7514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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