#7F8761

Color #7F8761 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #7F8761

Tints of Bitter #7F8761

Color information

#7F8761 (or 0x7F8761) is unknown color: approx Bitter. HEX triplet: 7F, 87 and 61. RGB value is (127,135,97). Sum of RGB (Red+Green+Blue) = 127+135+97=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8761 is #80789E. Grayscale: #808080. Windows color (decimal): -8419487 or 6391679. OLE color: 6391679.

HSL color Cylindrical-coordinate representation of color #7F8761: hue angle of 72.63º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F8761 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB12713597-
CMYK0.0600.280.47
HSL72.63º16.38%45.49%-
HSV(B)72.63º28.15%52.94%-
XYZ19.5722.714.66-
YUV128.28110.35127.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=35.38%
G=37.60%
B=27.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127135970.0600.280.4772.6316.3845.49
Hex7F8761601C2F49102d
Octal1772071416034571112055
Binary1111111100001111100001110011100101111100100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,135,97); }

 H1.HeaderClassName
 {
   color: #7F8761;
 }
 .AnyTagClassName
 {
   color: #7F8761;
 }
</style>
background-color css

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

 a { background-color: rgb(127,135,97); }

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

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

 span { border-color: rgb(127,135,97); }

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