Html Css Color HEX #7F7520 Pesto

📋 copy color: '#7F7520'

red 127 ◦ green 117 ◦ blue 32

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

Shades of Pesto #7F7520

Tints of Pesto #7F7520

RGB

 RED value IS 127 (50% from 255) = 46.01%

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

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 46.01%
G = 42.39%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F7520 (or 0x7F7520) is known color: Pesto. HEX triplet: 7F, 75 and 20. RGB value is (127,117,32). Sum of RGB (Red+Green+Blue) = 127+117+32=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7520 is #808ADF. Grayscale: #6E6E6E. Windows color (decimal): -8424160 or 2127231. OLE color: 2127231.

HSL color Cylindrical-coordinate representation of color #7F7520: hue angle of 53.68º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F7520 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 117 32 -
CMYK 0 0.08 0.75 0.50
HSL 53.68º 0.6% 0.31% -
HSV(B) 53.68º 0.75% 0.5% -
XYZ 15.37 17.34 3.9 -
YUV 110.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 127 117 32 0 0.08 0.75 0.50 53.68 0.6 0.31
Hex 7F 75 20 0 8 4B 32 36 3C 1F
Octal 177 165 40 0 10 113 62 66 74 37
Binary 1111111 1110101 100000 0 1000 1001011 110010 110110 111100 11111

Color Harmonies of #7F7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7520

Black with #7F7520

Text Example


Text Example

White with #7F7520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,32); }

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

background-color css

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

 a { background-color: rgb(127,117,32); }

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

border-color css

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

 span { border-color: rgb(127,117,32); }

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