Html Css Color HEX #7D7135 Pesto

📋 copy color: '#7D7135'

red 125 ◦ green 113 ◦ blue 53

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

Shades of Pesto #7D7135

Tints of Pesto #7D7135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 42.96%
G = 38.83%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D7135 (or 0x7D7135) is known color: Pesto. HEX triplet: 7D, 71 and 35. RGB value is (125,113,53). Sum of RGB (Red+Green+Blue) = 125+113+53=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7135 is #828ECA. Grayscale: #6E6E6E. Windows color (decimal): -8556235 or 3502461. OLE color: 3502461.

HSL color Cylindrical-coordinate representation of color #7D7135: hue angle of 50º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D7135 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 113 53 -
CMYK 0 0.10 0.58 0.51
HSL 50º 0.4% 0.35% -
HSV(B) 50º 0.58% 0.49% -
XYZ 15.01 16.43 5.75 -
YUV 109.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 125 113 53 0 0.10 0.58 0.51 50 0.4 0.35
Hex 7D 71 35 0 A 3A 33 32 28 23
Octal 175 161 65 0 12 72 63 62 50 43
Binary 1111101 1110001 110101 0 1010 111010 110011 110010 101000 100011

Color Harmonies of #7D7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7135

Black with #7D7135

Text Example


Text Example

White with #7D7135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,113,53); }

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

background-color css

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

 a { background-color: rgb(125,113,53); }

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

border-color css

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

 span { border-color: rgb(125,113,53); }

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