Html Css Color HEX #7D771B Pesto

📋 copy color: '#7D771B'

red 125 ◦ green 119 ◦ blue 27

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

Shades of Pesto #7D771B

Tints of Pesto #7D771B

RGB

 RED value IS 125 (49.22% from 255) = 46.13%

 GREEN value IS 119 (46.88% from 255) = 43.91%

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

R = 46.13%
G = 43.91%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D771B (or 0x7D771B) is known color: Pesto. HEX triplet: 7D, 77 and 1B. RGB value is (125,119,27). Sum of RGB (Red+Green+Blue) = 125+119+27=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D771B is #8288E4. Grayscale: #6E6E6E. Windows color (decimal): -8554725 or 1800061. OLE color: 1800061.

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

Color convert

RGB 125 119 27 -
CMYK 0 0.05 0.78 0.51
HSL 56.33º 0.64% 0.3% -
HSV(B) 56.33º 0.78% 0.49% -
XYZ 15.25 17.63 3.64 -
YUV 110.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 125 119 27 0 0.05 0.78 0.51 56.33 0.64 0.3
Hex 7D 77 1B 0 5 4E 33 38 40 1E
Octal 175 167 33 0 5 116 63 70 100 36
Binary 1111101 1110111 11011 0 101 1001110 110011 111000 1000000 11110

Color Harmonies of #7D771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D771B

Black with #7D771B

Text Example


Text Example

White with #7D771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,27); }

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

background-color css

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

 a { background-color: rgb(125,119,27); }

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

border-color css

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

 span { border-color: rgb(125,119,27); }

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