Html Css Color HEX #7D6F28 Pesto

📋 copy color: '#7D6F28'

red 125 ◦ green 111 ◦ blue 40

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

Shades of Pesto #7D6F28

Tints of Pesto #7D6F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 45.29%
G = 40.22%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D6F28 (or 0x7D6F28) is known color: Pesto. HEX triplet: 7D, 6F and 28. RGB value is (125,111,40). Sum of RGB (Red+Green+Blue) = 125+111+40=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6F28 is #8290D7. Grayscale: #6B6B6B. Windows color (decimal): -8556760 or 2649981. OLE color: 2649981.

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

Color convert

RGB 125 111 40 -
CMYK 0 0.11 0.68 0.51
HSL 50.12º 0.52% 0.32% -
HSV(B) 50.12º 0.68% 0.49% -
XYZ 14.52 15.88 4.31 -
YUV 107.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 125 111 40 0 0.11 0.68 0.51 50.12 0.52 0.32
Hex 7D 6F 28 0 B 44 33 32 34 20
Octal 175 157 50 0 13 104 63 62 64 40
Binary 1111101 1101111 101000 0 1011 1000100 110011 110010 110100 100000

Color Harmonies of #7D6F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6F28

Black with #7D6F28

Text Example


Text Example

White with #7D6F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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