Html Css Color HEX #7E6F37 Pesto

📋 copy color: '#7E6F37'

red 126 ◦ green 111 ◦ blue 55

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

Shades of Pesto #7E6F37

Tints of Pesto #7E6F37

RGB

 RED value IS 126 (49.61% from 255) = 43.15%

 GREEN value IS 111 (43.75% from 255) = 38.01%

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

R = 43.15%
G = 38.01%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7E6F37 (or 0x7E6F37) is known color: Pesto. HEX triplet: 7E, 6F and 37. RGB value is (126,111,55). Sum of RGB (Red+Green+Blue) = 126+111+55=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6F37 is #8190C8. Grayscale: #6D6D6D. Windows color (decimal): -8491209 or 3633022. OLE color: 3633022.

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

Color convert

RGB 126 111 55 -
CMYK 0 0.12 0.56 0.51
HSL 47.32º 0.39% 0.35% -
HSV(B) 47.32º 0.56% 0.49% -
XYZ 14.98 16.08 5.93 -
YUV 109.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 126 111 55 0 0.12 0.56 0.51 47.32 0.39 0.35
Hex 7E 6F 37 0 C 38 33 2F 27 23
Octal 176 157 67 0 14 70 63 57 47 43
Binary 1111110 1101111 110111 0 1100 111000 110011 101111 100111 100011

Color Harmonies of #7E6F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6F37

Black with #7E6F37

Text Example


Text Example

White with #7E6F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,111,55); }

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

background-color css

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

 a { background-color: rgb(126,111,55); }

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

border-color css

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

 span { border-color: rgb(126,111,55); }

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