Html Css Color HEX #7A771B Pesto

📋 copy color: '#7A771B'

red 122 ◦ green 119 ◦ blue 27

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

Shades of Pesto #7A771B

Tints of Pesto #7A771B

RGB

 RED value IS 122 (48.05% from 255) = 45.52%

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

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

R = 45.52%
G = 44.4%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7A771B (or 0x7A771B) is known color: Pesto. HEX triplet: 7A, 77 and 1B. RGB value is (122,119,27). Sum of RGB (Red+Green+Blue) = 122+119+27=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A771B is #8588E4. Grayscale: #6D6D6D. Windows color (decimal): -8751333 or 1800058. OLE color: 1800058.

HSL color Cylindrical-coordinate representation of color #7A771B: hue angle of 58.11º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A771B is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 119 27 -
CMYK 0 0.02 0.78 0.52
HSL 58.11º 0.64% 0.29% -
HSV(B) 58.11º 0.78% 0.48% -
XYZ 14.82 17.41 3.62 -
YUV 109.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 122 119 27 0 0.02 0.78 0.52 58.11 0.64 0.29
Hex 7A 77 1B 0 2 4E 34 3A 40 1D
Octal 172 167 33 0 2 116 64 72 100 35
Binary 1111010 1110111 11011 0 10 1001110 110100 111010 1000000 11101

Color Harmonies of #7A771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A771B

Black with #7A771B

Text Example


Text Example

White with #7A771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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