Html Css Color HEX #7A7317 Pesto

📋 copy color: '#7A7317'

red 122 ◦ green 115 ◦ blue 23

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

Shades of Pesto #7A7317

Tints of Pesto #7A7317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 46.92%
G = 44.23%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#7A7317 (or 0x7A7317) is known color: Pesto. HEX triplet: 7A, 73 and 17. RGB value is (122,115,23). Sum of RGB (Red+Green+Blue) = 122+115+23=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7317 is #858CE8. Grayscale: #6A6A6A. Windows color (decimal): -8752361 or 1536890. OLE color: 1536890.

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

Color convert

RGB 122 115 23 -
CMYK 0 0.06 0.81 0.52
HSL 55.76º 0.68% 0.28% -
HSV(B) 55.76º 0.81% 0.48% -
XYZ 14.31 16.46 3.23 -
YUV 106.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 122 115 23 0 0.06 0.81 0.52 55.76 0.68 0.28
Hex 7A 73 17 0 6 51 34 38 44 1C
Octal 172 163 27 0 6 121 64 70 104 34
Binary 1111010 1110011 10111 0 110 1010001 110100 111000 1000100 11100

Color Harmonies of #7A7317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7317

Black with #7A7317

Text Example


Text Example

White with #7A7317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,115,23); }

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

background-color css

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

 a { background-color: rgb(122,115,23); }

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

border-color css

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

 span { border-color: rgb(122,115,23); }

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