Html Css Color HEX #7F7521 Pesto

📋 copy color: '#7F7521'

red 127 ◦ green 117 ◦ blue 33

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

Shades of Pesto #7F7521

Tints of Pesto #7F7521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 45.85%
G = 42.24%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#7F7521 (or 0x7F7521) is known color: Pesto. HEX triplet: 7F, 75 and 21. RGB value is (127,117,33). Sum of RGB (Red+Green+Blue) = 127+117+33=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7521 is #808ADE. Grayscale: #6E6E6E. Windows color (decimal): -8424159 or 2192767. OLE color: 2192767.

HSL color Cylindrical-coordinate representation of color #7F7521: hue angle of 53.62º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F7521 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 117 33 -
CMYK 0 0.08 0.74 0.50
HSL 53.62º 0.59% 0.31% -
HSV(B) 53.62º 0.74% 0.5% -
XYZ 15.39 17.34 3.98 -
YUV 110.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 127 117 33 0 0.08 0.74 0.50 53.62 0.59 0.31
Hex 7F 75 21 0 8 4A 32 36 3B 1F
Octal 177 165 41 0 10 112 62 66 73 37
Binary 1111111 1110101 100001 0 1000 1001010 110010 110110 111011 11111

Color Harmonies of #7F7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7521

Black with #7F7521

Text Example


Text Example

White with #7F7521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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