Html Css Color HEX #7A7215 Pesto

📋 copy color: '#7A7215'

red 122 ◦ green 114 ◦ blue 21

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

Shades of Pesto #7A7215

Tints of Pesto #7A7215

RGB

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

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

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

R = 47.47%
G = 44.36%
B = 8.17%

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

#7A7215 (or 0x7A7215) is known color: Pesto. HEX triplet: 7A, 72 and 15. RGB value is (122,114,21). Sum of RGB (Red+Green+Blue) = 122+114+21=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7215 is #858DEA. Grayscale: #6A6A6A. Windows color (decimal): -8752619 or 1405562. OLE color: 1405562.

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

Color convert

RGB 122 114 21 -
CMYK 0 0.07 0.83 0.52
HSL 55.25º 0.71% 0.28% -
HSV(B) 55.25º 0.83% 0.48% -
XYZ 14.18 16.23 3.09 -
YUV 105.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 122 114 21 0 0.07 0.83 0.52 55.25 0.71 0.28
Hex 7A 72 15 0 7 53 34 37 47 1C
Octal 172 162 25 0 7 123 64 67 107 34
Binary 1111010 1110010 10101 0 111 1010011 110100 110111 1000111 11100

Color Harmonies of #7A7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7215

Black with #7A7215

Text Example


Text Example

White with #7A7215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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