Html Css Color HEX #7F7519 Pesto

📋 copy color: '#7F7519'

red 127 ◦ green 117 ◦ blue 25

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

Shades of Pesto #7F7519

Tints of Pesto #7F7519

RGB

 RED value IS 127 (50% from 255) = 47.21%

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

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 47.21%
G = 43.49%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F7519 (or 0x7F7519) is known color: Pesto. HEX triplet: 7F, 75 and 19. RGB value is (127,117,25). Sum of RGB (Red+Green+Blue) = 127+117+25=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7519 is #808AE6. Grayscale: #6D6D6D. Windows color (decimal): -8424167 or 1668479. OLE color: 1668479.

HSL color Cylindrical-coordinate representation of color #7F7519: hue angle of 54.12º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F7519 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 117 25 -
CMYK 0 0.08 0.80 0.50
HSL 54.12º 0.67% 0.3% -
HSV(B) 54.12º 0.8% 0.5% -
XYZ 15.29 17.3 3.45 -
YUV 109.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 127 117 25 0 0.08 0.80 0.50 54.12 0.67 0.3
Hex 7F 75 19 0 8 50 32 36 43 1E
Octal 177 165 31 0 10 120 62 66 103 36
Binary 1111111 1110101 11001 0 1000 1010000 110010 110110 1000011 11110

Color Harmonies of #7F7519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7519

Black with #7F7519

Text Example


Text Example

White with #7F7519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,25); }

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

background-color css

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

 a { background-color: rgb(127,117,25); }

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

border-color css

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

 span { border-color: rgb(127,117,25); }

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