Html Css Color HEX #7E751B Pesto

📋 copy color: '#7E751B'

red 126 ◦ green 117 ◦ blue 27

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

Shades of Pesto #7E751B

Tints of Pesto #7E751B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10%

R = 46.67%
G = 43.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7E751B (or 0x7E751B) is known color: Pesto. HEX triplet: 7E, 75 and 1B. RGB value is (126,117,27). Sum of RGB (Red+Green+Blue) = 126+117+27=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E751B is #818AE4. Grayscale: #6D6D6D. Windows color (decimal): -8489701 or 1799550. OLE color: 1799550.

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

Color convert

RGB 126 117 27 -
CMYK 0 0.07 0.79 0.51
HSL 54.55º 0.65% 0.3% -
HSV(B) 54.55º 0.79% 0.49% -
XYZ 15.16 17.24 3.56 -
YUV 109.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 126 117 27 0 0.07 0.79 0.51 54.55 0.65 0.3
Hex 7E 75 1B 0 7 4F 33 37 41 1E
Octal 176 165 33 0 7 117 63 67 101 36
Binary 1111110 1110101 11011 0 111 1001111 110011 110111 1000001 11110

Color Harmonies of #7E751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E751B

Black with #7E751B

Text Example


Text Example

White with #7E751B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,117,27); }

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

background-color css

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

 a { background-color: rgb(126,117,27); }

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

border-color css

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

 span { border-color: rgb(126,117,27); }

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