Html Css Color HEX #7F7537 Pesto

📋 copy color: '#7F7537'

red 127 ◦ green 117 ◦ blue 55

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

Shades of Pesto #7F7537

Tints of Pesto #7F7537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 42.47%
G = 39.13%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F7537 (or 0x7F7537) is known color: Pesto. HEX triplet: 7F, 75 and 37. RGB value is (127,117,55). Sum of RGB (Red+Green+Blue) = 127+117+55=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7537 is #808AC8. Grayscale: #717171. Windows color (decimal): -8424137 or 3634559. OLE color: 3634559.

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

Color convert

RGB 127 117 55 -
CMYK 0 0.08 0.57 0.50
HSL 51.67º 0.4% 0.36% -
HSV(B) 51.67º 0.57% 0.5% -
XYZ 15.8 17.51 6.16 -
YUV 112.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 127 117 55 0 0.08 0.57 0.50 51.67 0.4 0.36
Hex 7F 75 37 0 8 39 32 34 28 24
Octal 177 165 67 0 10 71 62 64 50 44
Binary 1111111 1110101 110111 0 1000 111001 110010 110100 101000 100100

Color Harmonies of #7F7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7537

Black with #7F7537

Text Example


Text Example

White with #7F7537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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