Html Css Color HEX #7D7718 Pesto

📋 copy color: '#7D7718'

red 125 ◦ green 119 ◦ blue 24

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

Shades of Pesto #7D7718

Tints of Pesto #7D7718

RGB

 RED value IS 125 (49.22% from 255) = 46.64%

 GREEN value IS 119 (46.88% from 255) = 44.4%

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

R = 46.64%
G = 44.4%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D7718 (or 0x7D7718) is known color: Pesto. HEX triplet: 7D, 77 and 18. RGB value is (125,119,24). Sum of RGB (Red+Green+Blue) = 125+119+24=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7718 is #8288E7. Grayscale: #6E6E6E. Windows color (decimal): -8554728 or 1603453. OLE color: 1603453.

HSL color Cylindrical-coordinate representation of color #7D7718: hue angle of 56.44º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D7718 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 119 24 -
CMYK 0 0.05 0.81 0.51
HSL 56.44º 0.68% 0.29% -
HSV(B) 56.44º 0.81% 0.49% -
XYZ 15.22 17.62 3.46 -
YUV 109.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 125 119 24 0 0.05 0.81 0.51 56.44 0.68 0.29
Hex 7D 77 18 0 5 51 33 38 44 1D
Octal 175 167 30 0 5 121 63 70 104 35
Binary 1111101 1110111 11000 0 101 1010001 110011 111000 1000100 11101

Color Harmonies of #7D7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7718

Black with #7D7718

Text Example


Text Example

White with #7D7718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,24); }

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

background-color css

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

 a { background-color: rgb(125,119,24); }

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

border-color css

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

 span { border-color: rgb(125,119,24); }

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