Html Css Color HEX #7F7730 Pesto

📋 copy color: '#7F7730'

red 127 ◦ green 119 ◦ blue 48

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

Shades of Pesto #7F7730

Tints of Pesto #7F7730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.33%

R = 43.2%
G = 40.48%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F7730 (or 0x7F7730) is known color: Pesto. HEX triplet: 7F, 77 and 30. RGB value is (127,119,48). Sum of RGB (Red+Green+Blue) = 127+119+48=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7730 is #8088CF. Grayscale: #717171. Windows color (decimal): -8423632 or 3176319. OLE color: 3176319.

HSL color Cylindrical-coordinate representation of color #7F7730: hue angle of 53.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F7730 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 119 48 -
CMYK 0 0.06 0.62 0.50
HSL 53.92º 0.45% 0.34% -
HSV(B) 53.92º 0.62% 0.5% -
XYZ 15.88 17.92 5.42 -
YUV 113.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 127 119 48 0 0.06 0.62 0.50 53.92 0.45 0.34
Hex 7F 77 30 0 6 3E 32 36 2D 22
Octal 177 167 60 0 6 76 62 66 55 42
Binary 1111111 1110111 110000 0 110 111110 110010 110110 101101 100010

Color Harmonies of #7F7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7730

Black with #7F7730

Text Example


Text Example

White with #7F7730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,119,48); }

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

background-color css

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

 a { background-color: rgb(127,119,48); }

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

border-color css

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

 span { border-color: rgb(127,119,48); }

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