Html Css Color HEX #7D6F25 Pesto

📋 copy color: '#7D6F25'

red 125 ◦ green 111 ◦ blue 37

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

Shades of Pesto #7D6F25

Tints of Pesto #7D6F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.66%

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 45.79%
G = 40.66%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D6F25 (or 0x7D6F25) is known color: Pesto. HEX triplet: 7D, 6F and 25. RGB value is (125,111,37). Sum of RGB (Red+Green+Blue) = 125+111+37=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6F25 is #8290DA. Grayscale: #6B6B6B. Windows color (decimal): -8556763 or 2453373. OLE color: 2453373.

HSL color Cylindrical-coordinate representation of color #7D6F25: hue angle of 50.45º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D6F25 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 111 37 -
CMYK 0 0.11 0.70 0.51
HSL 50.45º 0.54% 0.32% -
HSV(B) 50.45º 0.7% 0.49% -
XYZ 14.48 15.86 4.05 -
YUV 106.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 125 111 37 0 0.11 0.70 0.51 50.45 0.54 0.32
Hex 7D 6F 25 0 B 46 33 32 36 20
Octal 175 157 45 0 13 106 63 62 66 40
Binary 1111101 1101111 100101 0 1011 1000110 110011 110010 110110 100000

Color Harmonies of #7D6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6F25

Black with #7D6F25

Text Example


Text Example

White with #7D6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,111,37); }

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

background-color css

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

 a { background-color: rgb(125,111,37); }

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

border-color css

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

 span { border-color: rgb(125,111,37); }

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