Html Css Color HEX #7B7521 Pesto

📋 copy color: '#7B7521'

red 123 ◦ green 117 ◦ blue 33

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

Shades of Pesto #7B7521

Tints of Pesto #7B7521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 45.05%
G = 42.86%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.52

RGB Variations

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

Color information

#7B7521 (or 0x7B7521) is known color: Pesto. HEX triplet: 7B, 75 and 21. RGB value is (123,117,33). Sum of RGB (Red+Green+Blue) = 123+117+33=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7521 is #848ADE. Grayscale: #6D6D6D. Windows color (decimal): -8686303 or 2192763. OLE color: 2192763.

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

Color convert

RGB 123 117 33 -
CMYK 0 0.05 0.73 0.52
HSL 56º 0.58% 0.31% -
HSV(B) 56º 0.73% 0.48% -
XYZ 14.8 17.04 3.95 -
YUV 109.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 123 117 33 0 0.05 0.73 0.52 56 0.58 0.31
Hex 7B 75 21 0 5 49 34 38 3A 1F
Octal 173 165 41 0 5 111 64 70 72 37
Binary 1111011 1110101 100001 0 101 1001001 110100 111000 111010 11111

Color Harmonies of #7B7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7521

Black with #7B7521

Text Example


Text Example

White with #7B7521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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