Html Css Color HEX #7D752C Pesto

📋 copy color: '#7D752C'

red 125 ◦ green 117 ◦ blue 44

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

Shades of Pesto #7D752C

Tints of Pesto #7D752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 43.71%
G = 40.91%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7D752C (or 0x7D752C) is known color: Pesto. HEX triplet: 7D, 75 and 2C. RGB value is (125,117,44). Sum of RGB (Red+Green+Blue) = 125+117+44=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D752C is #828AD3. Grayscale: #6F6F6F. Windows color (decimal): -8555220 or 2913661. OLE color: 2913661.

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

Color convert

RGB 125 117 44 -
CMYK 0 0.06 0.65 0.51
HSL 54.07º 0.48% 0.33% -
HSV(B) 54.07º 0.65% 0.49% -
XYZ 15.27 17.26 4.91 -
YUV 111.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 125 117 44 0 0.06 0.65 0.51 54.07 0.48 0.33
Hex 7D 75 2C 0 6 41 33 36 30 21
Octal 175 165 54 0 6 101 63 66 60 41
Binary 1111101 1110101 101100 0 110 1000001 110011 110110 110000 100001

Color Harmonies of #7D752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D752C

Black with #7D752C

Text Example


Text Example

White with #7D752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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