Html Css Color HEX #7A7518 Pesto

📋 copy color: '#7A7518'

red 122 ◦ green 117 ◦ blue 24

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

Shades of Pesto #7A7518

Tints of Pesto #7A7518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.13%

R = 46.39%
G = 44.49%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A7518 (or 0x7A7518) is known color: Pesto. HEX triplet: 7A, 75 and 18. RGB value is (122,117,24). Sum of RGB (Red+Green+Blue) = 122+117+24=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7518 is #858AE7. Grayscale: #6C6C6C. Windows color (decimal): -8751848 or 1602938. OLE color: 1602938.

HSL color Cylindrical-coordinate representation of color #7A7518: hue angle of 56.94º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A7518 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 117 24 -
CMYK 0 0.04 0.80 0.52
HSL 56.94º 0.67% 0.29% -
HSV(B) 56.94º 0.8% 0.48% -
XYZ 14.55 16.93 3.36 -
YUV 107.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 122 117 24 0 0.04 0.80 0.52 56.94 0.67 0.29
Hex 7A 75 18 0 4 50 34 39 43 1D
Octal 172 165 30 0 4 120 64 71 103 35
Binary 1111010 1110101 11000 0 100 1010000 110100 111001 1000011 11101

Color Harmonies of #7A7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7518

Black with #7A7518

Text Example


Text Example

White with #7A7518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,117,24); }

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

background-color css

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

 a { background-color: rgb(122,117,24); }

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

border-color css

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

 span { border-color: rgb(122,117,24); }

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