Html Css Color HEX #7F7138 Pesto

📋 copy color: '#7F7138'

red 127 ◦ green 113 ◦ blue 56

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

Shades of Pesto #7F7138

Tints of Pesto #7F7138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 42.91%
G = 38.18%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#7F7138 (or 0x7F7138) is known color: Pesto. HEX triplet: 7F, 71 and 38. RGB value is (127,113,56). Sum of RGB (Red+Green+Blue) = 127+113+56=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7138 is #808EC7. Grayscale: #6E6E6E. Windows color (decimal): -8425160 or 3699071. OLE color: 3699071.

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

Color convert

RGB 127 113 56 -
CMYK 0 0.11 0.56 0.50
HSL 48.17º 0.39% 0.36% -
HSV(B) 48.17º 0.56% 0.5% -
XYZ 15.37 16.61 6.14 -
YUV 110.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 127 113 56 0 0.11 0.56 0.50 48.17 0.39 0.36
Hex 7F 71 38 0 B 38 32 30 27 24
Octal 177 161 70 0 13 70 62 60 47 44
Binary 1111111 1110001 111000 0 1011 111000 110010 110000 100111 100100

Color Harmonies of #7F7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7138

Black with #7F7138

Text Example


Text Example

White with #7F7138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,113,56); }

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

background-color css

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

 a { background-color: rgb(127,113,56); }

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

border-color css

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

 span { border-color: rgb(127,113,56); }

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