Html Css Color HEX #7B7516 Pesto

📋 copy color: '#7B7516'

red 123 ◦ green 117 ◦ blue 22

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

Shades of Pesto #7B7516

Tints of Pesto #7B7516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 46.95%
G = 44.66%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#7B7516 (or 0x7B7516) is known color: Pesto. HEX triplet: 7B, 75 and 16. RGB value is (123,117,22). Sum of RGB (Red+Green+Blue) = 123+117+22=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7516 is #848AE9. Grayscale: #6C6C6C. Windows color (decimal): -8686314 or 1471867. OLE color: 1471867.

HSL color Cylindrical-coordinate representation of color #7B7516: hue angle of 56.44º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B7516 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 117 22 -
CMYK 0 0.05 0.82 0.52
HSL 56.44º 0.7% 0.28% -
HSV(B) 56.44º 0.82% 0.48% -
XYZ 14.67 16.99 3.27 -
YUV 107.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 123 117 22 0 0.05 0.82 0.52 56.44 0.7 0.28
Hex 7B 75 16 0 5 52 34 38 46 1C
Octal 173 165 26 0 5 122 64 70 106 34
Binary 1111011 1110101 10110 0 101 1010010 110100 111000 1000110 11100

Color Harmonies of #7B7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7516

Black with #7B7516

Text Example


Text Example

White with #7B7516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,117,22); }

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

background-color css

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

 a { background-color: rgb(123,117,22); }

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

border-color css

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

 span { border-color: rgb(123,117,22); }

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