Html Css Color HEX #7F702A Pesto

📋 copy color: '#7F702A'

red 127 ◦ green 112 ◦ blue 42

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

Shades of Pesto #7F702A

Tints of Pesto #7F702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 45.2%
G = 39.86%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F702A (or 0x7F702A) is known color: Pesto. HEX triplet: 7F, 70 and 2A. RGB value is (127,112,42). Sum of RGB (Red+Green+Blue) = 127+112+42=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F702A is #808FD5. Grayscale: #6C6C6C. Windows color (decimal): -8425430 or 2781311. OLE color: 2781311.

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

Color convert

RGB 127 112 42 -
CMYK 0 0.12 0.67 0.50
HSL 49.41º 0.5% 0.33% -
HSV(B) 49.41º 0.67% 0.5% -
XYZ 14.96 16.27 4.54 -
YUV 108.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 127 112 42 0 0.12 0.67 0.50 49.41 0.5 0.33
Hex 7F 70 2A 0 C 43 32 31 32 21
Octal 177 160 52 0 14 103 62 61 62 41
Binary 1111111 1110000 101010 0 1100 1000011 110010 110001 110010 100001

Color Harmonies of #7F702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F702A

Black with #7F702A

Text Example


Text Example

White with #7F702A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,112,42); }

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

background-color css

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

 a { background-color: rgb(127,112,42); }

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

border-color css

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

 span { border-color: rgb(127,112,42); }

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