Html Css Color HEX #7F7628 Pesto

📋 copy color: '#7F7628'

red 127 ◦ green 118 ◦ blue 40

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

Shades of Pesto #7F7628

Tints of Pesto #7F7628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 44.56%
G = 41.4%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#7F7628 (or 0x7F7628) is known color: Pesto. HEX triplet: 7F, 76 and 28. RGB value is (127,118,40). Sum of RGB (Red+Green+Blue) = 127+118+40=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7628 is #8089D7. Grayscale: #707070. Windows color (decimal): -8423896 or 2651775. OLE color: 2651775.

HSL color Cylindrical-coordinate representation of color #7F7628: hue angle of 53.79º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F7628 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 118 40 -
CMYK 0 0.07 0.69 0.50
HSL 53.79º 0.52% 0.33% -
HSV(B) 53.79º 0.69% 0.5% -
XYZ 15.61 17.62 4.59 -
YUV 111.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 127 118 40 0 0.07 0.69 0.50 53.79 0.52 0.33
Hex 7F 76 28 0 7 45 32 36 34 21
Octal 177 166 50 0 7 105 62 66 64 41
Binary 1111111 1110110 101000 0 111 1000101 110010 110110 110100 100001

Color Harmonies of #7F7628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7628

Black with #7F7628

Text Example


Text Example

White with #7F7628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,118,40); }

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

background-color css

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

 a { background-color: rgb(127,118,40); }

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

border-color css

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

 span { border-color: rgb(127,118,40); }

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