Html Css Color HEX #7B761B Pesto

📋 copy color: '#7B761B'

red 123 ◦ green 118 ◦ blue 27

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

Shades of Pesto #7B761B

Tints of Pesto #7B761B

RGB

 RED value IS 123 (48.44% from 255) = 45.9%

 GREEN value IS 118 (46.48% from 255) = 44.03%

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

R = 45.9%
G = 44.03%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B761B (or 0x7B761B) is known color: Pesto. HEX triplet: 7B, 76 and 1B. RGB value is (123,118,27). Sum of RGB (Red+Green+Blue) = 123+118+27=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 123 - color contains mainly: red. Hex color #7B761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B761B is #8489E4. Grayscale: #6D6D6D. Windows color (decimal): -8686053 or 1799803. OLE color: 1799803.

HSL color Cylindrical-coordinate representation of color #7B761B: hue angle of 56.88º 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 #7B761B is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 118 27 -
CMYK 0 0.04 0.78 0.52
HSL 56.88º 0.64% 0.29% -
HSV(B) 56.88º 0.78% 0.48% -
XYZ 14.84 17.25 3.58 -
YUV 109.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 123 118 27 0 0.04 0.78 0.52 56.88 0.64 0.29
Hex 7B 76 1B 0 4 4E 34 39 40 1D
Octal 173 166 33 0 4 116 64 71 100 35
Binary 1111011 1110110 11011 0 100 1001110 110100 111001 1000000 11101

Color Harmonies of #7B761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B761B

Black with #7B761B

Text Example


Text Example

White with #7B761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,118,27); }

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

background-color css

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

 a { background-color: rgb(123,118,27); }

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

border-color css

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

 span { border-color: rgb(123,118,27); }

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