Html Css Color HEX #7B7215 Pesto

📋 copy color: '#7B7215'

red 123 ◦ green 114 ◦ blue 21

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

Shades of Pesto #7B7215

Tints of Pesto #7B7215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.19%

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 47.67%
G = 44.19%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#7B7215 (or 0x7B7215) is known color: Pesto. HEX triplet: 7B, 72 and 15. RGB value is (123,114,21). Sum of RGB (Red+Green+Blue) = 123+114+21=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7215 is #848DEA. Grayscale: #6A6A6A. Windows color (decimal): -8687083 or 1405563. OLE color: 1405563.

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

Color convert

RGB 123 114 21 -
CMYK 0 0.07 0.83 0.52
HSL 54.71º 0.71% 0.28% -
HSV(B) 54.71º 0.83% 0.48% -
XYZ 14.32 16.3 3.1 -
YUV 106.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 123 114 21 0 0.07 0.83 0.52 54.71 0.71 0.28
Hex 7B 72 15 0 7 53 34 37 47 1C
Octal 173 162 25 0 7 123 64 67 107 34
Binary 1111011 1110010 10101 0 111 1010011 110100 110111 1000111 11100

Color Harmonies of #7B7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7215

Black with #7B7215

Text Example


Text Example

White with #7B7215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,114,21); }

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

background-color css

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

 a { background-color: rgb(123,114,21); }

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

border-color css

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

 span { border-color: rgb(123,114,21); }

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